]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
Small typo fix in parse_device()'s description.
authorJean-Yves Migeon <jeanyves.migeon@free.fr>
Wed, 4 Sep 2013 13:11:59 +0000 (15:11 +0200)
committerJean-Yves Migeon <jeanyves.migeon@free.fr>
Wed, 4 Sep 2013 13:11:59 +0000 (15:11 +0200)
libarchive/archive_read_support_format_mtree.c

index bf37ab35b021262cb2504d75bebc749e45c28bc0..a1d34e2b7d2ada42e8162730284293090a621a8e 100644 (file)
@@ -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)