summaryrefslogtreecommitdiff
path: root/compat
diff options
context:
space:
mode:
authorArthur de Jong <arthur@arthurdejong.org>2013-08-28 20:41:26 +0200
committerArthur de Jong <arthur@arthurdejong.org>2013-08-28 20:54:28 +0200
commit8571bc1dff746bd97411456cdb32e386d90d9047 (patch)
tree9e967255c5579acfecb9d618f7369f30e20c6665 /compat
parent890d2271c6f89049c5f74e52f35bf67fd80a5fab (diff)
Fix for common spelling mistake
Diffstat (limited to 'compat')
-rw-r--r--compat/attrs.h2
-rw-r--r--compat/nss_compat.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/compat/attrs.h b/compat/attrs.h
index daffd13..83f1777 100644
--- a/compat/attrs.h
+++ b/compat/attrs.h
@@ -49,7 +49,7 @@
#define LIKE_PRINTF(format_idx, arg_idx) /* no attribute */
#endif
-/* indicates that the function is "pure": it's result is purely based on
+/* indicates that the function is "pure": its result is purely based on
the parameters and has no side effects or used static data */
#if GCC_VERSION(3, 0)
#define PURE __attribute__((__pure__))
diff --git a/compat/nss_compat.h b/compat/nss_compat.h
index dc1d32d..bdc7d92 100644
--- a/compat/nss_compat.h
+++ b/compat/nss_compat.h
@@ -109,7 +109,7 @@ struct etherent {
};
#endif /* not HAVE_STRUCT_ETHERENT */
-/* We also define struct __netgrent because it's definition is
+/* We also define struct __netgrent because its definition is
not publically available. This is taken from inet/netgroup.h
of the glibc (2.3.6) source tarball.
The first part of the struct is the only part that is modified