diff options
Diffstat (limited to 'common/util.h')
-rw-r--r-- | common/util.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/util.h b/common/util.h index a098a6a437..2d6a36d086 100644 --- a/common/util.h +++ b/common/util.h @@ -123,7 +123,7 @@ bool isAlnum(int c); * false is returned. * * @param c the character to test - * @return true if the character is TODO, false otherwise. + * @return true if the character is alphabetic, false otherwise. */ bool isAlpha(int c); |