diff options
author | Matthew Fernandez <matthew.fernandez@nicta.com.au> | 2016-01-13 21:45:00 +1100 |
---|---|---|
committer | Matthew Fernandez <matthew.fernandez@nicta.com.au> | 2016-01-13 21:45:00 +1100 |
commit | b7845b4ea43b71829e802982235c9988960a589d (patch) | |
tree | cc75d148507f4ce418904d95fd62e9a2d9c7e2a4 /jsmn.c | |
parent | 4a54ae6987a37ca3734ac1e9ab6b7f1f44e2712d (diff) |
Fix trivial comment typo.
Diffstat (limited to 'jsmn.c')
-rw-r--r-- | jsmn.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -79,7 +79,7 @@ found: } /** - * Filsl next token with JSON string. + * Fills next token with JSON string. */ static int jsmn_parse_string(jsmn_parser *parser, const char *js, size_t len, jsmntok_t *tokens, size_t num_tokens) { |