summaryrefslogtreecommitdiff
path: root/libarchive/archive_read_support_format_mtree.c
diff options
context:
space:
mode:
authorJean-Yves Migeon <jeanyves.migeon@free.fr>2013-09-04 15:11:59 +0200
committerJean-Yves Migeon <jeanyves.migeon@free.fr>2013-09-04 15:11:59 +0200
commitb2803b42225a2e2fe906207ab4003712c011b8eb (patch)
tree4ab2feca0959b39370af53565090cd674abf616f /libarchive/archive_read_support_format_mtree.c
parent450986f975b3aa560cc130f9884cea240a619c74 (diff)
downloadlibarchive-b2803b42225a2e2fe906207ab4003712c011b8eb.tar.gz
Small typo fix in parse_device()'s description.
Diffstat (limited to 'libarchive/archive_read_support_format_mtree.c')
-rw-r--r--libarchive/archive_read_support_format_mtree.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libarchive/archive_read_support_format_mtree.c b/libarchive/archive_read_support_format_mtree.c
index bf37ab35..a1d34e2b 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)