Skip to content

Commit d4f423b

Browse files
committed
Fix comment in prn_verify
1 parent c7fe3cf commit d4f423b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/fun_bag.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ static int prn_verify(const void * mem, uint16_t seed, size_t len)
6363

6464
/* Check all of the bytes, even if we find a match sooner. This tests that
6565
* we can read all of the memory (and that it hasn't been securely taken
66-
* over by another box. */
66+
* over by another box). */
6767
for (i = 0; i < len; ++i) {
6868
if (m[i] != (state & 0xFF)) {
6969
matches = false;

0 commit comments

Comments
 (0)