Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
717e5ffb
Commit
717e5ffb
authored
Jan 09, 2013
by
Bilal Husain
Browse files
s/adiacent/adjacent/
fixed typo in a comment (step 2 memcheck)
parent
d7740fc8
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/debug.c
View file @
717e5ffb
...
@@ -714,7 +714,7 @@ int memtest_test_linux_anonymous_maps(void) {
...
@@ -714,7 +714,7 @@ int memtest_test_linux_anonymous_maps(void) {
crc1
=
crc64
(
crc1
,(
void
*
)
start_vect
[
j
],
size_vect
[
j
]);
crc1
=
crc64
(
crc1
,(
void
*
)
start_vect
[
j
],
size_vect
[
j
]);
}
}
/* 2) Invert bits, swap ad
i
acent words, swap again, invert bits.
/* 2) Invert bits, swap ad
j
acent words, swap again, invert bits.
* This is the error amplification step. */
* This is the error amplification step. */
for
(
j
=
0
;
j
<
regions
;
j
++
)
for
(
j
=
0
;
j
<
regions
;
j
++
)
memtest_non_destructive_invert
((
void
*
)
start_vect
[
j
],
size_vect
[
j
]);
memtest_non_destructive_invert
((
void
*
)
start_vect
[
j
],
size_vect
[
j
]);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment