From fa04595d901d083d7c46e5fa5fa014c215dd0853 Mon Sep 17 00:00:00 2001 From: Daniel Lemire Date: Wed, 22 Jan 2020 11:08:53 -0500 Subject: [PATCH] Correcting typo. --- include/simdjson/padded_string.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/simdjson/padded_string.h b/include/simdjson/padded_string.h index 855d1d730..6cf115d44 100644 --- a/include/simdjson/padded_string.h +++ b/include/simdjson/padded_string.h @@ -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(...))