From b2803b42225a2e2fe906207ab4003712c011b8eb Mon Sep 17 00:00:00 2001 From: Jean-Yves Migeon Date: Wed, 4 Sep 2013 15:11:59 +0200 Subject: [PATCH] Small typo fix in parse_device()'s description. --- libarchive/archive_read_support_format_mtree.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.47.3