summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/m_utils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/m_utils.h b/include/m_utils.h
index fb9c2529eb..217eafcac9 100644
--- a/include/m_utils.h
+++ b/include/m_utils.h
@@ -488,7 +488,7 @@ ENTER_STRING;
// enters one string
// wParam = 0 (unused)
// lParam = ENTER_STRING* (form description)
-// returns TRUE on pressing OK if Cancel was pressed
+// returns TRUE on pressing OK or FALSE if Cancel was pressed
#define MS_UTILS_ENTERSTRING "Utils/EnterString"
__forceinline BOOL EnterString(ENTER_STRING *pForm)