# HG changeset patch # User Paul Eggert # Date 1343857879 25200 # Node ID a3c4b8128bde5db2f8337d227e47128feb2aeea8 # Parent ce2683fe3994ffa1dc03ea99308e41aef16e7458 Fix typo: 'linline' -> 'inline' (thanks to Eric Blake). diff --git a/m4/extern-inline.m4 b/m4/extern-inline.m4 --- 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,