summaryrefslogtreecommitdiffstats
path: root/lib/libarchive/archive_read_support_format_cpio.c
diff options
context:
space:
mode:
authorcperciva <cperciva@FreeBSD.org>2006-12-28 05:21:48 +0000
committercperciva <cperciva@FreeBSD.org>2006-12-28 05:21:48 +0000
commit64644d520d281380279f3c59457f0d694a702540 (patch)
treeaa15417a91c5f93efc48a87851f2026e2a863cb7 /lib/libarchive/archive_read_support_format_cpio.c
parent36bb745cb01b4073b42f2c086e93482af41cfc42 (diff)
downloadFreeBSD-src-64644d520d281380279f3c59457f0d694a702540.zip
FreeBSD-src-64644d520d281380279f3c59457f0d694a702540.tar.gz
Correct spelling of "accommodate", "guarantee", "guaranteed", "guard",
"return", "ridiculous", and "success". MFC after: 3 days
Diffstat (limited to 'lib/libarchive/archive_read_support_format_cpio.c')
-rw-r--r--lib/libarchive/archive_read_support_format_cpio.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libarchive/archive_read_support_format_cpio.c b/lib/libarchive/archive_read_support_format_cpio.c
index 1e77ec5..4d5c15c 100644
--- a/lib/libarchive/archive_read_support_format_cpio.c
+++ b/lib/libarchive/archive_read_support_format_cpio.c
@@ -367,7 +367,7 @@ header_newc(struct archive *a, struct cpio *cpio, struct stat *st,
/*
* Note: entry_bytes_remaining is at least 64 bits and
- * therefore gauranteed to be big enough for a 33-bit file
+ * therefore guaranteed to be big enough for a 33-bit file
* size. struct stat.st_size may only be 32 bits, so
* assigning there first could lose information.
*/
@@ -412,7 +412,7 @@ header_odc(struct archive *a, struct cpio *cpio, struct stat *st,
/*
* Note: entry_bytes_remaining is at least 64 bits and
- * therefore gauranteed to be big enough for a 33-bit file
+ * therefore guaranteed to be big enough for a 33-bit file
* size. struct stat.st_size may only be 32 bits, so
* assigning there first could lose information.
*/
OpenPOWER on IntegriCloud