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
015dba6a
You need to sign in or sign up before continuing.
Commit
015dba6a
authored
Mar 18, 2012
by
antirez
Browse files
Fixed typo.
parent
83f0c677
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/memtest.c
View file @
015dba6a
...
@@ -129,7 +129,7 @@ void memtest(size_t megabytes, int passes) {
...
@@ -129,7 +129,7 @@ void memtest(size_t megabytes, int passes) {
}
}
memtest_test
(
megabytes
,
passes
);
memtest_test
(
megabytes
,
passes
);
printf
(
"
\n
Your memory passed this test.
\n
"
);
printf
(
"
\n
Your memory passed this test.
\n
"
);
printf
(
"Please if you are stil in doubt use the following two tools:
\n
"
);
printf
(
"Please if you are stil
l
in doubt use the following two tools:
\n
"
);
printf
(
"1) memtest86: http://www.memtest86.com/
\n
"
);
printf
(
"1) memtest86: http://www.memtest86.com/
\n
"
);
printf
(
"2) memtester: http://pyropus.ca/software/memtester/
\n
"
);
printf
(
"2) memtester: http://pyropus.ca/software/memtester/
\n
"
);
exit
(
0
);
exit
(
0
);
...
...
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