From e43dbd03f307814ab0f472ccaab44342bbd15039 Mon Sep 17 00:00:00 2001 From: bugwz Date: Sat, 24 Apr 2021 19:19:25 +0800 Subject: [PATCH] Fixes a comment typo in sentinel.c (#8845) --- src/sentinel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sentinel.c b/src/sentinel.c index a56cd8b15..2721a145d 100644 --- a/src/sentinel.c +++ b/src/sentinel.c @@ -5062,7 +5062,7 @@ void sentinelHandleDictOfRedisInstances(dict *instances) { dictReleaseIterator(di); } -/* This function checks if we need to enter the TITL mode. +/* This function checks if we need to enter the TILT mode. * * The TILT mode is entered if we detect that between two invocations of the * timer interrupt, a negative amount of time, or too much time has passed.