[git commit] comment fix

Denys Vlasenko vda.linux at googlemail.com
Sun May 26 11:46:49 UTC 2019


commit: https://git.busybox.net/busybox/commit/?id=eda83c9e69a430ecbee97fc53c0e691c6bb70d13
branch: https://git.busybox.net/busybox/commit/?id=refs/heads/master

Signed-off-by: Denys Vlasenko <vda.linux at googlemail.com>
---
 archival/libarchive/open_transformer.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/archival/libarchive/open_transformer.c b/archival/libarchive/open_transformer.c
index 775bb580d..a90f42a45 100644
--- a/archival/libarchive/open_transformer.c
+++ b/archival/libarchive/open_transformer.c
@@ -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


More information about the busybox-cvs mailing list