From b7845b4ea43b71829e802982235c9988960a589d Mon Sep 17 00:00:00 2001
From: Matthew Fernandez <matthew.fernandez@nicta.com.au>
Date: Wed, 13 Jan 2016 21:45:00 +1100
Subject: Fix trivial comment typo.

---
 jsmn.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'jsmn.c')

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) {
-- 
cgit v1.2.3