aboutsummaryrefslogtreecommitdiffstats
path: root/libnormalform_clone.c
diff options
context:
space:
mode:
authorMattias Andrée <m@maandree.se>2026-06-01 19:07:14 +0200
committerMattias Andrée <m@maandree.se>2026-06-01 19:07:14 +0200
commit77ade8d20906fe9ca2cf6788ff1e1437e0912868 (patch)
tree61495e90e057bf792bb1d8ce157cef0ecc2ab696 /libnormalform_clone.c
parentFirst commit (diff)
downloadlibnormalform-77ade8d20906fe9ca2cf6788ff1e1437e0912868.tar.gz
libnormalform-77ade8d20906fe9ca2cf6788ff1e1437e0912868.tar.bz2
libnormalform-77ade8d20906fe9ca2cf6788ff1e1437e0912868.tar.xz
Second commitHEADmaster
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to '')
-rw-r--r--libnormalform_clone.c8
1 files changed, 4 insertions, 4 deletions
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)