aboutsummaryrefslogtreecommitdiffstats
path: root/src/conf_post.h
diff options
context:
space:
mode:
authorPaul Eggert2013-06-30 08:10:33 -0700
committerPaul Eggert2013-06-30 08:10:33 -0700
commitadc5dbceb07a589a8ade9338522b15fc99bd520f (patch)
treecda35dde0a52d723658b4375dcc4daa8a4443655 /src/conf_post.h
parent5d1c328614c3b8165ee3c9e9d3597f1fb0196ede (diff)
downloademacs-adc5dbceb07a589a8ade9338522b15fc99bd520f.tar.gz
emacs-adc5dbceb07a589a8ade9338522b15fc99bd520f.zip
Spelling fixes.
Diffstat (limited to 'src/conf_post.h')
-rw-r--r--src/conf_post.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/conf_post.h b/src/conf_post.h
index 32c4341b7a3..b19456749a2 100644
--- a/src/conf_post.h
+++ b/src/conf_post.h
@@ -231,7 +231,7 @@ extern void _DebPrint (const char *fmt, ...);
231 #define FOO_INLINE EXTERN_INLINE 231 #define FOO_INLINE EXTERN_INLINE
232 232
233 before including any .h file other than config.h. 233 before including any .h file other than config.h.
234 Other .c files should not define FOO_INILNE. 234 Other .c files should not define FOO_INLINE.
235 235
236 C99 compilers compile functions like 'incr' as C99-style extern 236 C99 compilers compile functions like 'incr' as C99-style extern
237 inline functions. Pre-C99 GCCs do something similar with 237 inline functions. Pre-C99 GCCs do something similar with