From 35d462dafc47a026b2aed55d0ebd769ccbf39473 Mon Sep 17 00:00:00 2001 From: Zdenek Kabelac Date: Fri, 28 Oct 2011 20:04:17 +0000 Subject: [PATCH] Update header comment --- libdm/libdevmapper.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libdm/libdevmapper.h b/libdm/libdevmapper.h index 1f77aba3e..84a1786b3 100644 --- a/libdm/libdevmapper.h +++ b/libdm/libdevmapper.h @@ -905,7 +905,7 @@ void dm_list_del(struct dm_list *elem); void dm_list_move(struct dm_list *head, struct dm_list *elem); /* - * Join 'head1' to the of 'head'. + * Join 'head1' to the end of 'head'. */ void dm_list_splice(struct dm_list *head, struct dm_list *head1);