summaryrefslogtreecommitdiff
path: root/goo
diff options
context:
space:
mode:
Diffstat (limited to 'goo')
-rw-r--r--goo/GooString.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/goo/GooString.h b/goo/GooString.h
index 6543d833..5fccbe83 100644
--- a/goo/GooString.h
+++ b/goo/GooString.h
@@ -155,7 +155,7 @@ public:
// Delete a character or range of characters.
GooString *del(int i, int n = 1) { erase(i, n); return this; }
- // Convert string to all-upper/all-lower case.
+ // Convert string to all-lower case.
GooString *lowerCase();
// Compare two strings: -1:< 0:= +1:>