Skip to content

Commit 18e9fe4

Browse files
authored
Merge pull request #139 from BenBE/patch-1
Minor typo in jsmn.c
2 parents 732d283 + 614a36c commit 18e9fe4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jsmn.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#include "jsmn.h"
22

33
/**
4-
* Allocates a fresh unused token from the token pull.
4+
* Allocates a fresh unused token from the token pool.
55
*/
66
static jsmntok_t *jsmn_alloc_token(jsmn_parser *parser,
77
jsmntok_t *tokens, size_t num_tokens) {

0 commit comments

Comments
 (0)