Fix some typos (#762)

This commit is contained in:
Jonathan
2024-09-11 15:20:32 +02:00
committed by GitHub
parent 07d194ab05
commit 6f35559170
5 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -159,7 +159,7 @@ static bool FindIndex(OS_Keylist list, KEY key, int *pIndex)
* @param list Pointer to the list
* @param key Key to be inserted
* @param data Pointer to the data hold by the key.
* This pointer needs to be poiting to static memory
* This pointer needs to be pointing to static memory
* as it will be stored in the list and later used
* by retrieving the key again.
* @return Index of the key, or -1 if not found.