From e15e54ffa0f8a7def23b2cf28249b84a35b81064 Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Thu, 5 Jul 2018 12:54:17 -0600 Subject: [PATCH] inline.h: Fix typo in comment --- inline.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inline.h b/inline.h index d847c6b..19e6413 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. -- 1.8.3.1