summaryrefslogtreecommitdiff
path: root/tar/bsdtar_platform.h
diff options
context:
space:
mode:
authorColin Percival <cperciva@daemonology.net>2011-08-16 00:25:32 -0400
committerColin Percival <cperciva@daemonology.net>2011-08-16 00:25:32 -0400
commit3499c128ebce26479234689b3f96e2aae1e8d86a (patch)
tree9ce1140b2a6462bbece2547dae30dec31518cd18 /tar/bsdtar_platform.h
parent735804ba59a840afd14345b32d6340ca340d624f (diff)
downloadlibarchive-3499c128ebce26479234689b3f96e2aae1e8d86a.tar.gz
Fix grammar: it's -> its.
Via: Tarsnap SVN-Revision: 3608
Diffstat (limited to 'tar/bsdtar_platform.h')
-rw-r--r--tar/bsdtar_platform.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tar/bsdtar_platform.h b/tar/bsdtar_platform.h
index fce9c998..45228f50 100644
--- a/tar/bsdtar_platform.h
+++ b/tar/bsdtar_platform.h
@@ -67,10 +67,10 @@
#endif
/*
- * Include "dirent.h" (or it's equivalent on several different platforms).
+ * Include "dirent.h" (or its equivalent on several different platforms).
*
* This is slightly modified from the GNU autoconf recipe.
- * In particular, FreeBSD includes d_namlen in it's dirent structure,
+ * In particular, FreeBSD includes d_namlen in its dirent structure,
* so my configure script includes an explicit test for the d_namlen
* field.
*/