Correcting typo.

This commit is contained in:
Daniel Lemire 2020-01-22 11:08:53 -05:00
parent aea79912ec
commit fa04595d90
1 changed files with 1 additions and 1 deletions

View File

@ -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(...))