Unverified Commit e43dbd03 authored by bugwz's avatar bugwz Committed by GitHub
Browse files

Fixes a comment typo in sentinel.c (#8845)

parent c4a5816c
...@@ -5062,7 +5062,7 @@ void sentinelHandleDictOfRedisInstances(dict *instances) { ...@@ -5062,7 +5062,7 @@ void sentinelHandleDictOfRedisInstances(dict *instances) {
dictReleaseIterator(di); 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 * 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. * timer interrupt, a negative amount of time, or too much time has passed.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment