From 4c0c1c983000de6bf56316291526e8f8ef6b26b7 Mon Sep 17 00:00:00 2001 From: Daniel Lemire Date: Mon, 6 Jan 2020 22:01:23 -0500 Subject: [PATCH] Updating a comment. --- src/generic/stage1_find_marks.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/generic/stage1_find_marks.h b/src/generic/stage1_find_marks.h index a90aaa40..cce10753 100644 --- a/src/generic/stage1_find_marks.h +++ b/src/generic/stage1_find_marks.h @@ -348,7 +348,7 @@ really_inline void json_structural_scanner::scan(const uint8_t *buf, const size_ this->scan_step(&buf[idx], idx, utf8_checker); } - /* If we have a final chunk of less than 64 bytes, pad it to 64 with + /* If we have a final chunk of less than STEP_SIZE bytes, pad it to STEP_SIZE with * spaces before processing it (otherwise, we risk invalidating the UTF-8 * checks). */ if (likely(idx < len)) {