Typo in comment

Fixes #84
master
BenBE 6 years ago committed by GitHub
parent 732d283ee9
commit 614a36c18c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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) {

Loading…
Cancel
Save