From: Jean-Yves Migeon Date: Wed, 4 Sep 2013 13:11:59 +0000 (+0200) Subject: Small typo fix in parse_device()'s description. X-Git-Tag: v3.1.900a~353^2~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b2803b42225a2e2fe906207ab4003712c011b8eb;p=thirdparty%2Flibarchive.git Small typo fix in parse_device()'s description. --- diff --git a/libarchive/archive_read_support_format_mtree.c b/libarchive/archive_read_support_format_mtree.c index bf37ab35b..a1d34e2b7 100644 --- a/libarchive/archive_read_support_format_mtree.c +++ b/libarchive/archive_read_support_format_mtree.c @@ -1295,7 +1295,7 @@ parse_line(struct archive_read *a, struct archive_entry *entry, * Device entries have one of the following forms: * - raw dev_t * - format,major,minor[,subdevice] - * When parsing succeeded, `dev' will contain the appropriate dev_t value. + * When parsing succeeded, `pdev' will contain the appropriate dev_t value. */ static int parse_device(dev_t *pdev, struct archive *a, char *val)