There was an error while loading. Please reload this page.
1 parent 5750a17 commit 2867dc5Copy full SHA for 2867dc5
1 file changed
include/simdjson/jsonstream.h
@@ -35,7 +35,7 @@ namespace simdjson {
35
* to a char* and to the number of bytes respectively.
36
* The simdjson parser may read up to SIMDJSON_PADDING bytes beyond the end
37
* of the string, so if you do not use a padded_string container,
38
- * you have the responsability to overallocated. If you fail to
+ * you have the responsability to overallocate. If you fail to
39
* do so, your software may crash if you cross a page boundary,
40
* and you should expect memory checkers to object.
41
* Most users should use a simdjson::padded_string.
0 commit comments