]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
lsfd: fix a sentence in comment
authorMasatake YAMATO <yamato@redhat.com>
Sat, 3 Jun 2023 18:42:38 +0000 (03:42 +0900)
committerMasatake YAMATO <yamato@redhat.com>
Sat, 3 Jun 2023 21:32:18 +0000 (06:32 +0900)
Signed-off-by: Masatake YAMATO <yamato@redhat.com>
misc-utils/lsfd-filter.c

index 3f5ba1fea072717833be084218d29153bd56334b..a3d44bb35c1a052b5c331e179fd2a7c0e1702b90 100644 (file)
@@ -31,7 +31,7 @@
 enum token_type {
        TOKEN_NAME,             /* [A-Za-z_][-_:%.A-Za-z0-9]* */
        TOKEN_STR,              /* "...", '...' */
-       TOKEN_DEC,              /* [1-9][0-9]+, NOTE: negative value is no dealt. */
+       TOKEN_DEC,              /* [1-9][0-9]+, NOTE: negative value has not handled. */
        TOKEN_HEX,              /* 0x[0-9a-f]+ not implemented */
        TOKEN_OCT,              /* 0[1-7]+ not implemented */
        TOKEN_TRUE,             /* true */