]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
Spelling & grammar fix 1080/head
authorGraham Percival <gperciva@tarsnap.com>
Fri, 2 Nov 2018 21:19:11 +0000 (14:19 -0700)
committerGraham Percival <gperciva@tarsnap.com>
Fri, 2 Nov 2018 21:22:08 +0000 (14:22 -0700)
Sponsored by: Tarsnap Backup Inc.

libarchive/archive_windows.c

index 6ff8749ae74f5585fba1c026e7165f1cc18593cb..624e270095d6b64c3cfdb24b82529d322543fa53 100644 (file)
@@ -445,7 +445,8 @@ fileTimeToUTC(const FILETIME *filetime, time_t *t, long *ns)
  * Windows' stat() does not accept the path added "\\?\" especially "?"
  * character.
  * It means we cannot access the long name path longer than MAX_PATH.
- * So I've implemented simular Windows' stat() to access the long name path.
+ * So I've implemented a function similar to Windows' stat() to access the
+ * long name path.
  * And I've added some feature.
  * 1. set st_ino by nFileIndexHigh and nFileIndexLow of
  *    BY_HANDLE_FILE_INFORMATION.