There was an error while loading. Please reload this page.
1 parent aea7991 commit fa04595Copy full SHA for fa04595
1 file changed
include/simdjson/padded_string.h
@@ -7,7 +7,7 @@
7
8
9
namespace simdjson {
10
-// low-level function to allocate memory with padding so we can read passed the
+// low-level function to allocate memory with padding so we can read past the
11
// "length" bytes safely. if you must provide a pointer to some data, create it
12
// with this function: length is the max. size in bytes of the string caller is
13
// responsible to free the memory (free(...))
0 commit comments