diff options
Diffstat (limited to 'libnormalform_clone.c')
| -rw-r--r-- | libnormalform_clone.c | 8 |
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) |
