diff options
author | Adrian Frühwirth | 2018-03-29 00:19:33 +0200 |
---|---|---|
committer | Adrian Frühwirth | 2018-03-29 00:19:33 +0200 |
commit | f8a195b03495ef1518666dc8eea3d1650a344b97 (patch) | |
tree | 7c709081e954ae8bacb54404d71edddbbb780f14 | |
parent | 7eed14614b27e61e3f17361c6298b0f59ec77237 (diff) | |
download | scummvm-rg350-f8a195b03495ef1518666dc8eea3d1650a344b97.tar.gz scummvm-rg350-f8a195b03495ef1518666dc8eea3d1650a344b97.tar.bz2 scummvm-rg350-f8a195b03495ef1518666dc8eea3d1650a344b97.zip |
COMMON: Fix Doxygen comment
-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); |