summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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) {