Skip to content

Commit fa04595

Browse files
committed
Correcting typo.
1 parent aea7991 commit fa04595

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/simdjson/padded_string.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88

99
namespace simdjson {
10-
// low-level function to allocate memory with padding so we can read passed the
10+
// low-level function to allocate memory with padding so we can read past the
1111
// "length" bytes safely. if you must provide a pointer to some data, create it
1212
// with this function: length is the max. size in bytes of the string caller is
1313
// responsible to free the memory (free(...))

0 commit comments

Comments
 (0)