mirror of
https://github.com/redis/redis.git
synced 2026-01-11 20:18:08 -05:00
fix typo: segfauls -> segfault
This commit is contained in:
@@ -1154,7 +1154,7 @@ void logCurrentClient(void) {
|
||||
|
||||
#define MEMTEST_MAX_REGIONS 128
|
||||
|
||||
/* A non destructive memory test executed during segfauls. */
|
||||
/* A non destructive memory test executed during segfault. */
|
||||
int memtest_test_linux_anonymous_maps(void) {
|
||||
FILE *fp;
|
||||
char line[1024];
|
||||
|
||||
Reference in New Issue
Block a user