summaryrefslogtreecommitdiff
path: root/src/sentinel.c
diff options
context:
space:
mode:
authorbugwz <cubegwz@gmail.com>2021-04-24 19:19:25 +0800
committerGitHub <noreply@github.com>2021-04-24 14:19:25 +0300
commite43dbd03f307814ab0f472ccaab44342bbd15039 (patch)
tree46970605a5306b41cc3cab5278ce3d0689ea7e8a /src/sentinel.c
parentc4a5816ccd05cd0ddbeb87bc061bdb6363027197 (diff)
downloadredis-e43dbd03f307814ab0f472ccaab44342bbd15039.tar.gz
Fixes a comment typo in sentinel.c (#8845)
Diffstat (limited to 'src/sentinel.c')
-rw-r--r--src/sentinel.c2
1 files changed, 1 insertions, 1 deletions
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.