From 614a36c18cd4865cffafc9089b0e024c6f67d649 Mon Sep 17 00:00:00 2001 From: BenBE Date: Mon, 1 Oct 2018 17:47:01 +0200 Subject: [PATCH] Typo in comment Fixes #84 --- jsmn.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jsmn.c b/jsmn.c index bcd6392..853c3f1 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) {