aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--uri.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/uri.c b/uri.c
index 26e8132..2bf56eb 100644
--- a/uri.c
+++ b/uri.c
@@ -117,7 +117,7 @@ struct parser {
|| p == ';' \
|| p == '=')
-/* NOTE: the increment are one less what it should be, because the
+/* NOTE: the increments are one less what they should be, because the
* caller will add one byte after we return. */
static int
valid_multibyte_utf8(struct parser *p)