changeset 17029:a3c4b8128bde

Fix typo: 'linline' -> 'inline' (thanks to Eric Blake).
author Paul Eggert <eggert@cs.ucla.edu>
date Wed, 01 Aug 2012 14:51:19 -0700
parents ce2683fe3994
children b5404feec0ee
files m4/extern-inline.m4
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/m4/extern-inline.m4
+++ b/m4/extern-inline.m4
@@ -10,7 +10,7 @@
   AC_REQUIRE([AC_C_INLINE])
   AH_VERBATIM([extern_inline],
 [/* _GL_INLINE is a portable alternative to ISO C99 plain 'inline'.
-   _GL_EXTERN_INLINE is a portable alternative to 'extern linline'.
+   _GL_EXTERN_INLINE is a portable alternative to 'extern inline'.
    _GL_INLINE_HEADER_BEGIN contains useful stuff to put
      in an include file, before uses of _GL_INLINE.
      It suppresses GCC's bogus "no previous prototype for 'FOO'" diagnostic,