comment fix
authorDenys Vlasenko <vda.linux@googlemail.com>
Sun, 26 May 2019 11:46:49 +0000 (13:46 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Sun, 26 May 2019 11:46:49 +0000 (13:46 +0200)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
archival/libarchive/open_transformer.c

index 775bb580dad9d9b1fc989c9548e4954abd410d78..a90f42a4581a1055460f94fbf81538bdd6852374 100644 (file)
@@ -343,7 +343,7 @@ void* FAST_FUNC xmalloc_open_zipped_read_close(const char *fname, size_t *maxsz_
        } else {
                /* File is not compressed.
                 * We already read first few bytes, account for that.
-                * Exmaple where it happens:
+                * Example where it happens:
                 * "modinfo MODULE.ko" (not compressed)
                 *   open("MODULE.ko", O_RDONLY|O_LARGEFILE) = 4
                 *   read(4, "\177E", 2)                     = 2