diff options
Diffstat (limited to 'test/cls.c')
-rw-r--r-- | test/cls.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cls.c b/test/cls.c index 1311a88512..d11e2a4147 100644 --- a/test/cls.c +++ b/test/cls.c @@ -27,7 +27,7 @@ * # - lowercase letter * & - hex digit * # - digit - * * - swallow remaining characters + * * - swallow remaining characters * <x> - exact match for any other character */ static int checkmask(const char *data, const char *mask) |