diff options
-rw-r--r-- | common/str.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/str.h b/common/str.h index 9c5e267f1c..4dc0f1be92 100644 --- a/common/str.h +++ b/common/str.h @@ -194,7 +194,7 @@ public: /** Set character c at position p, replacing the previous character there. */ void setChar(char c, uint32 p); - /** Set character c at position p. */ + /** Insert character c before position p. */ void insertChar(char c, uint32 p); /** Clears the string, making it empty. */ |