Skip to content

Commit

Permalink
COMMON: Fix Doxygen comment
Browse files Browse the repository at this point in the history
  • Loading branch information
bonki committed Mar 28, 2018
1 parent 7eed146 commit f8a195b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/util.h
Expand Up @@ -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);

Expand Down

0 comments on commit f8a195b

Please sign in to comment.