summaryrefslogtreecommitdiff
path: root/compat/attrs.h
diff options
context:
space:
mode:
Diffstat (limited to 'compat/attrs.h')
-rw-r--r--compat/attrs.h2
1 files changed, 1 insertions, 1 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__))