From 77ade8d20906fe9ca2cf6788ff1e1437e0912868 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Mon, 1 Jun 2026 19:07:14 +0200 Subject: Second commit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- libnormalform_clone.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'libnormalform_clone.c') diff --git a/libnormalform_clone.c b/libnormalform_clone.c index 3f8d01f..311b807 100644 --- a/libnormalform_clone.c +++ b/libnormalform_clone.c @@ -15,12 +15,12 @@ * @param map Sufficiently large array of already constructed clones, * will be updated with a the clone if `this` has a slot * and `NULL` is stored in the slot - * @param ap_out Output parameter for one of `this`'s substatements; + * @param ap_out Output parameter for one of `this`'s subsentences; * `NULL` will be stored in `*ap_out` if `this` does not - * have any substatements - * @param bp_out Output parameter for `this`'s other substatement; + * have any subsentences + * @param bp_out Output parameter for `this`'s other subsentence; * `NULL` will be stored in `*bp_out` if `this` does not - * have any substatements + * have any subsentences * @return The clone of `this`, `NULL` on failure */ USE_RESULT SOME_NONNULL_INPUT(1, 3, 4) -- cgit v1.3.1