We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 732d283 + 614a36c commit 18e9fe4Copy full SHA for 18e9fe4
jsmn.c
@@ -1,7 +1,7 @@
1
#include "jsmn.h"
2
3
/**
4
- * Allocates a fresh unused token from the token pull.
+ * Allocates a fresh unused token from the token pool.
5
*/
6
static jsmntok_t *jsmn_alloc_token(jsmn_parser *parser,
7
jsmntok_t *tokens, size_t num_tokens) {
0 commit comments