Skip to content

Commit 4c0c1c9

Browse files
committed
Updating a comment.
1 parent 6706d60 commit 4c0c1c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/generic/stage1_find_marks.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ really_inline void json_structural_scanner::scan(const uint8_t *buf, const size_
348348
this->scan_step<STEP_SIZE>(&buf[idx], idx, utf8_checker);
349349
}
350350

351-
/* If we have a final chunk of less than 64 bytes, pad it to 64 with
351+
/* If we have a final chunk of less than STEP_SIZE bytes, pad it to STEP_SIZE with
352352
* spaces before processing it (otherwise, we risk invalidating the UTF-8
353353
* checks). */
354354
if (likely(idx < len)) {

0 commit comments

Comments
 (0)