... | ... |
@@ -35,7 +35,8 @@ |
35 | 35 |
/* |
36 | 36 |
* This switch-case statement is used in |
37 | 37 |
* trim_leading and trim_trailing. You can |
38 |
- * define char that should be skipped here. |
|
38 |
+ * define characters that should be skipped |
|
39 |
+ * here. |
|
39 | 40 |
*/ |
40 | 41 |
#define TRIM_SWITCH(c) switch(c) { \ |
41 | 42 |
case ' ': \ |