aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSerge Zaitsev <zaitsev.serge@gmail.com>2016-01-13 19:20:44 +0800
committerSerge Zaitsev <zaitsev.serge@gmail.com>2016-01-13 19:20:44 +0800
commit78b1dca33423fe1a2912fab1e815d785cd36af95 (patch)
treecc75d148507f4ce418904d95fd62e9a2d9c7e2a4
parent4a54ae6987a37ca3734ac1e9ab6b7f1f44e2712d (diff)
parentb7845b4ea43b71829e802982235c9988960a589d (diff)
Merge pull request #65 from Smattr/02ab7ac3-79ee-4541-a80a-230e2ceae1dd
Fix trivial comment typo.
-rw-r--r--jsmn.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/jsmn.c b/jsmn.c
index bbf013de4..e7765eb1d 100644
--- a/jsmn.c
+++ b/jsmn.c
@@ -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) {