diff options
author | Jean-Yves Migeon <jeanyves.migeon@free.fr> | 2013-09-04 15:11:59 +0200 |
---|---|---|
committer | Jean-Yves Migeon <jeanyves.migeon@free.fr> | 2013-09-04 15:11:59 +0200 |
commit | b2803b42225a2e2fe906207ab4003712c011b8eb (patch) | |
tree | 4ab2feca0959b39370af53565090cd674abf616f /libarchive/archive_read_support_format_mtree.c | |
parent | 450986f975b3aa560cc130f9884cea240a619c74 (diff) | |
download | libarchive-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.c | 2 |
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) |