From f8a195b03495ef1518666dc8eea3d1650a344b97 Mon Sep 17 00:00:00 2001 From: Adrian Frühwirth Date: Thu, 29 Mar 2018 00:19:33 +0200 Subject: COMMON: Fix Doxygen comment --- common/util.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- cgit v1.2.3