From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22101 invoked by alias); 28 Oct 2011 20:04:21 -0000 Received: (qmail 22073 invoked by uid 9737); 28 Oct 2011 20:04:18 -0000 Date: Fri, 28 Oct 2011 20:04:00 -0000 Message-ID: <20111028200418.22071.qmail@sourceware.org> From: zkabelac@sourceware.org To: lvm-devel@redhat.com, lvm2-cvs@sourceware.org Subject: LVM2/libdm libdevmapper.h Mailing-List: contact lvm2-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: lvm2-cvs-owner@sourceware.org X-SW-Source: 2011-10/txt/msg00109.txt.bz2 CVSROOT: /cvs/lvm2 Module name: LVM2 Changes by: zkabelac@sourceware.org 2011-10-28 20:04:18 Modified files: libdm : libdevmapper.h Log message: Update header comment Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/libdm/libdevmapper.h.diff?cvsroot=lvm2&r1=1.164&r2=1.165 --- LVM2/libdm/libdevmapper.h 2011/10/20 10:33:30 1.164 +++ LVM2/libdm/libdevmapper.h 2011/10/28 20:04:17 1.165 @@ -905,7 +905,7 @@ 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);