diff options
Diffstat (limited to 'lstrlib.c')
-rw-r--r-- | lstrlib.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1217,7 +1217,7 @@ static const char *get2digits (const char *s) { | |||
1217 | 1217 | ||
1218 | 1218 | ||
1219 | /* | 1219 | /* |
1220 | ** Chech whether a conversion specification is valid. When called, | 1220 | ** Check whether a conversion specification is valid. When called, |
1221 | ** first character in 'form' must be '%' and last character must | 1221 | ** first character in 'form' must be '%' and last character must |
1222 | ** be a valid conversion specifier. 'flags' are the accepted flags; | 1222 | ** be a valid conversion specifier. 'flags' are the accepted flags; |
1223 | ** 'precision' signals whether to accept a precision. | 1223 | ** 'precision' signals whether to accept a precision. |