Skip to content

Commit

Permalink
Merge pull request #139 from BenBE/patch-1
Browse files Browse the repository at this point in the history
Minor typo in jsmn.c
  • Loading branch information
zserge authored Oct 2, 2018
2 parents 732d283 + 614a36c commit 18e9fe4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jsmn.c
Original file line number Diff line number Diff line change
@@ -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) {
Expand Down

0 comments on commit 18e9fe4

Please sign in to comment.