Unverified Commit 627c610f authored by mojh7's avatar mojh7 Committed by GitHub
Browse files

Fix typo functoin -> function (#12218)

functoin -> function
parent 3ca451c4
...@@ -2112,7 +2112,7 @@ void getKeysFreeResult(getKeysResult *result) { ...@@ -2112,7 +2112,7 @@ void getKeysFreeResult(getKeysResult *result) {
* 'firstKeyOfs': firstkey index. * 'firstKeyOfs': firstkey index.
* 'keyStep': the interval of each key, usually this value is 1. * 'keyStep': the interval of each key, usually this value is 1.
* *
* The commands using this functoin have a fully defined keyspec, so returning flags isn't needed. */ * The commands using this function have a fully defined keyspec, so returning flags isn't needed. */
int genericGetKeys(int storeKeyOfs, int keyCountOfs, int firstKeyOfs, int keyStep, int genericGetKeys(int storeKeyOfs, int keyCountOfs, int firstKeyOfs, int keyStep,
robj **argv, int argc, getKeysResult *result) { robj **argv, int argc, getKeysResult *result) {
int i, num; int i, num;
......
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