diff options
Diffstat (limited to 'tests/nonnull.c')
-rw-r--r-- | tests/nonnull.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/nonnull.c b/tests/nonnull.c index 1fcf626..fb8efdd 100644 --- a/tests/nonnull.c +++ b/tests/nonnull.c @@ -24,7 +24,7 @@ } /* - * null passed to a callee which requires a non-null argument + * null passed to a callee that requires a non-null argument * guint64 size = g_ascii_strtoull (NULL, NULL, 10); * ~~~~ ^ */ |