Commit 5410168c authored by antirez's avatar antirez
Browse files

Fixed comment typo into time_independent_strcmp().

parent 31a1439b
...@@ -1742,7 +1742,7 @@ int prepareForShutdown(int flags) { ...@@ -1742,7 +1742,7 @@ int prepareForShutdown(int flags) {
/*================================== Commands =============================== */ /*================================== Commands =============================== */
/* Return 0 if strings are the same, 1 if they are not. /* Return zero if strings are the same, non-zero if they are not.
* The comparison is performed in a way that prevents an attacker to obtain * The comparison is performed in a way that prevents an attacker to obtain
* information about the nature of the strings just monitoring the execution * information about the nature of the strings just monitoring the execution
* time of the function. * time of the function.
......
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