From: Masatake YAMATO Date: Sat, 3 Jun 2023 18:42:38 +0000 (+0900) Subject: lsfd: fix a sentence in comment X-Git-Tag: v2.40-rc1~403^2~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=326e4be47997f523a103ed11189ca35b9c1741b2;p=thirdparty%2Futil-linux.git lsfd: fix a sentence in comment Signed-off-by: Masatake YAMATO --- diff --git a/misc-utils/lsfd-filter.c b/misc-utils/lsfd-filter.c index 3f5ba1fea0..a3d44bb35c 100644 --- a/misc-utils/lsfd-filter.c +++ b/misc-utils/lsfd-filter.c @@ -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 */