aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenBE <BenBE@geshi.org>2018-10-01 17:47:01 +0200
committerGitHub <noreply@github.com>2018-10-01 17:47:01 +0200
commit614a36c18cd4865cffafc9089b0e024c6f67d649 (patch)
treeab8097867d7b914c3b206d4939b8dd6432351392
parent732d283ee9a2e5c34c52af0e044850576888ab09 (diff)
Typo in comment
Fixes #84
-rw-r--r--jsmn.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/jsmn.c b/jsmn.c
index bcd6392a0..853c3f17a 100644
--- a/jsmn.c
+++ b/jsmn.c
@@ -1,7 +1,7 @@
#include "jsmn.h"
/**
- * Allocates a fresh unused token from the token pull.
+ * Allocates a fresh unused token from the token pool.
*/
static jsmntok_t *jsmn_alloc_token(jsmn_parser *parser,
jsmntok_t *tokens, size_t num_tokens) {