Fix typo functoin -> function (#12218)

functoin -> function
This commit is contained in:
mojh7 2023-05-25 07:03:17 +09:00 committed by GitHub
parent 3ca451c46f
commit 627c610f49
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2112,7 +2112,7 @@ void getKeysFreeResult(getKeysResult *result) {
* 'firstKeyOfs': firstkey index.
* '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,
robj **argv, int argc, getKeysResult *result) {
int i, num;