summaryrefslogtreecommitdiffhomepage
path: root/src/test
diff options
context:
space:
mode:
Diffstat (limited to 'src/test')
-rw-r--r--src/test/nxt_utf8_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/nxt_utf8_test.c b/src/test/nxt_utf8_test.c
index 5ca048ae..7a6dcd33 100644
--- a/src/test/nxt_utf8_test.c
+++ b/src/test/nxt_utf8_test.c
@@ -21,7 +21,7 @@ static u_char invalid[] = {
3, 0xC0, 0x00, 0x00, 0x00,
4, 0xC0, 0x00, 0x00, 0x00,
- /* Invalid 0x0x110000 value. */
+ /* Invalid 0x110000 value. */
4, 0xF4, 0x90, 0x80, 0x80,
/* Incomplete length. */