mirror of https://github.com/redis/redis.git
add a missing 'n' in comment
This commit is contained in:
parent
24c539251f
commit
1eb76bf4b5
|
@ -217,8 +217,8 @@ void listRewindTail(list *list, listIter *li) {
|
||||||
* listDelNode(), but not to remove other elements.
|
* listDelNode(), but not to remove other elements.
|
||||||
*
|
*
|
||||||
* The function returns a pointer to the next element of the list,
|
* The function returns a pointer to the next element of the list,
|
||||||
* or NULL if there are no more elements, so the classical usage patter
|
* or NULL if there are no more elements, so the classical usage
|
||||||
* is:
|
* pattern is:
|
||||||
*
|
*
|
||||||
* iter = listGetIterator(list,<direction>);
|
* iter = listGetIterator(list,<direction>);
|
||||||
* while ((node = listNext(iter)) != NULL) {
|
* while ((node = listNext(iter)) != NULL) {
|
||||||
|
|
Loading…
Reference in New Issue