1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-01-17 06:04:23 +03:00

Update header comment

This commit is contained in:
Zdenek Kabelac 2011-10-28 20:04:17 +00:00
parent e4eaed8136
commit 35d462dafc

View File

@ -905,7 +905,7 @@ void dm_list_del(struct dm_list *elem);
void dm_list_move(struct dm_list *head, 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); void dm_list_splice(struct dm_list *head, struct dm_list *head1);