summaryrefslogtreecommitdiff
path: root/inline.h
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2018-07-05 12:54:17 -0600
committerKarl Williamson <khw@cpan.org>2018-07-05 14:44:23 -0600
commite15e54ffa0f8a7def23b2cf28249b84a35b81064 (patch)
tree94a8a2bbc6162a9e438a3df5f07058e98b943e9e /inline.h
parentcd01d3b13ab05a0387bad6c9a81fc0452aef36e5 (diff)
downloadperl-e15e54ffa0f8a7def23b2cf28249b84a35b81064.tar.gz
inline.h: Fix typo in comment
Diffstat (limited to 'inline.h')
-rw-r--r--inline.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/inline.h b/inline.h
index d847c6b4ad..19e6413f67 100644
--- a/inline.h
+++ b/inline.h
@@ -6,7 +6,7 @@
* License or the Artistic License, as specified in the README file.
*
* This file is a home for static inline functions that cannot go in other
- * headers files, because they depend on proto.h (included after most other
+ * header files, because they depend on proto.h (included after most other
* headers) or struct definitions.
*
* Each section names the header file that the functions "belong" to.