]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
Comments: small spelling and grammar fixes
authorColin Percival <cperciva@tarsnap.com>
Tue, 2 Jun 2015 05:05:59 +0000 (22:05 -0700)
committerColin Percival <cperciva@tarsnap.com>
Tue, 2 Jun 2015 05:10:48 +0000 (22:10 -0700)
libarchive/archive_read_disk_set_standard_lookup.c
libarchive/archive_write_disk_set_standard_lookup.c

index 3bc52c70dbcbfefb16f8c6210925ea93774c239e..d6b2d55b8d7b44df4dbde2e16ebe9b3323629c0a 100644 (file)
@@ -83,7 +83,7 @@ static const char *   lookup_uname_helper(struct name_cache *, id_t uid);
  * a simple cache to accelerate such lookups---into the archive_read_disk
  * object.  This is in a separate file because getpwuid()/getgrgid()
  * can pull in a LOT of library code (including NIS/LDAP functions, which
- * pull in DNS resolveers, etc).  This can easily top 500kB, which makes
+ * pull in DNS resolvers, etc).  This can easily top 500kB, which makes
  * it inappropriate for some space-constrained applications.
  *
  * Applications that are size-sensitive may want to just use the
index e79008ef6b250feda00b4fd13ec69f02e698980f..cf544dd7b608500ecedb832798b710b2efae742f 100644 (file)
@@ -67,7 +67,7 @@ static void   cleanup(void *);
  * a simple cache to accelerate such lookups---into the archive_write_disk
  * object.  This is in a separate file because getpwnam()/getgrnam()
  * can pull in a LOT of library code (including NIS/LDAP functions, which
- * pull in DNS resolveers, etc).  This can easily top 500kB, which makes
+ * pull in DNS resolvers, etc).  This can easily top 500kB, which makes
  * it inappropriate for some space-constrained applications.
  *
  * Applications that are size-sensitive may want to just use the