Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
fbergkemper authored and pstorz committed May 31, 2017
1 parent 94f6fe7 commit 673b529
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/dlist.c
Expand Up @@ -46,7 +46,7 @@ void dlist::append(void *item)
}

/*
* Append an item to the list
* Prepend an item to the list
*/
void dlist::prepend(void *item)
{
Expand Down

0 comments on commit 673b529

Please sign in to comment.