From: Martin Matuska Date: Tue, 19 Mar 2019 12:48:38 +0000 (+0100) Subject: libarchive/archive_entry.c: fix typo in comment X-Git-Tag: v3.4.0~98 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8c3b3b96f2b8481612bffe66eee0a017315b5acc;p=thirdparty%2Flibarchive.git libarchive/archive_entry.c: fix typo in comment --- diff --git a/libarchive/archive_entry.c b/libarchive/archive_entry.c index 28129d97a..74f742ec6 100644 --- a/libarchive/archive_entry.c +++ b/libarchive/archive_entry.c @@ -1655,7 +1655,7 @@ _archive_entry_acl_text_l(struct archive_entry *entry, int flags, * * Supported file attributes on Linux: * a append only FS_APPEND_FL sappnd - * A no atime updates FS_NOATME_FL atime + * A no atime updates FS_NOATIME_FL atime * c compress FS_COMPR_FL compress * C no copy on write FS_NOCOW_FL cow * d no dump FS_NODUMP_FL dump