Skip to content

Commit be3e3aa

Browse files
committed
Fixing a doc typo
1 parent bab5bf6 commit be3e3aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/list.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ bool list_add_all_at(List *list1, List *list2, size_t index)
315315
return false;
316316

317317
/* Link the new nodes together outside of the list so
318-
that if anything goes wrong we have don't leave
318+
that if anything goes wrong we don't have leave
319319
garbage in the actual list. */
320320
Node *head = NULL;
321321
Node *tail = NULL;

0 commit comments

Comments
 (0)