diff options
author | Michael Smith <mikesmiffy128@gmail.com> | 2021-12-30 16:18:25 +0000 |
---|---|---|
committer | Michael Smith <mikesmiffy128@gmail.com> | 2021-12-30 16:18:25 +0000 |
commit | f7cc6b4dcc164403d62c9b48ae37f1c4c20f4b4f (patch) | |
tree | 01e10063327d80bc265efdec6680ed38147a87b9 /src/kv.h | |
parent | 0f232d8eaee1f94896596a9969982297cee7dc67 (diff) |
Split up os.h, inline functions and fix some typos
Diffstat (limited to 'src/kv.h')
-rw-r--r-- | src/kv.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -49,7 +49,7 @@ struct kv_parser { #define KV_PARSER_ERROR -1 /* - * These are the tokens that can be receieved by a kv_parser_cb (below). + * These are the tokens that can be received by a kv_parser_cb (below). * The x-macro and string descriptions are given to allow for easy debug * stringification. Note that this "parser" is really just lexing out these * tokens - handling the actual structure of the file should be done in the |