summaryrefslogtreecommitdiff
path: root/src/debug.c
diff options
context:
space:
mode:
authorSalvatore Sanfilippo <antirez@gmail.com>2013-01-21 03:19:02 -0800
committerSalvatore Sanfilippo <antirez@gmail.com>2013-01-21 03:19:02 -0800
commit442235fe40162632f3ac27b575b3fd11fc59a560 (patch)
tree3704cef013865573da9c9ab44805e457dad36021 /src/debug.c
parent6db93e6740936f6ee6f8bf90d04a30f77dbf265d (diff)
parent717e5ffb45acc4e976e44d19d816e320cd2d0662 (diff)
downloadredis-442235fe40162632f3ac27b575b3fd11fc59a560.tar.gz
Merge pull request #869 from bilalhusain/patch-2
s/adiacent/adjacent/
Diffstat (limited to 'src/debug.c')
-rw-r--r--src/debug.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/debug.c b/src/debug.c
index 897a71ace..d6df93c62 100644
--- a/src/debug.c
+++ b/src/debug.c
@@ -714,7 +714,7 @@ int memtest_test_linux_anonymous_maps(void) {
crc1 = crc64(crc1,(void*)start_vect[j],size_vect[j]);
}
- /* 2) Invert bits, swap adiacent words, swap again, invert bits.
+ /* 2) Invert bits, swap adjacent words, swap again, invert bits.
* This is the error amplification step. */
for (j = 0; j < regions; j++)
memtest_non_destructive_invert((void*)start_vect[j],size_vect[j]);