mirror of
https://github.com/redis/redis.git
synced 2026-03-23 03:03:20 -04:00
fix typo: segfauls -> segfault
This commit is contained in:
parent
e504583b78
commit
e23259d6b6
1 changed files with 1 additions and 1 deletions
|
|
@ -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];
|
||||
|
|
|
|||
Loading…
Reference in a new issue