[Scummvm-git-logs] scummvm master -> f8a195b03495ef1518666dc8eea3d1650a344b97

bonki bonki at users.noreply.github.com
Thu Mar 29 00:20:28 CEST 2018


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
f8a195b034 COMMON: Fix Doxygen comment


Commit: f8a195b03495ef1518666dc8eea3d1650a344b97
    https://github.com/scummvm/scummvm/commit/f8a195b03495ef1518666dc8eea3d1650a344b97
Author: Adrian Frühwirth (bonki at users.noreply.github.com)
Date: 2018-03-29T00:19:33+02:00

Commit Message:
COMMON: Fix Doxygen comment

Changed paths:
    common/util.h


diff --git a/common/util.h b/common/util.h
index a098a6a..2d6a36d 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);
 





More information about the Scummvm-git-logs mailing list