Correcting typo.
This commit is contained in:
parent
aea79912ec
commit
fa04595d90
|
@ -7,7 +7,7 @@
|
|||
|
||||
|
||||
namespace simdjson {
|
||||
// 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
|
||||
// "length" bytes safely. if you must provide a pointer to some data, create it
|
||||
// with this function: length is the max. size in bytes of the string caller is
|
||||
// responsible to free the memory (free(...))
|
||||
|
|
Loading…
Reference in New Issue