aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPaul Eggert2014-04-20 17:31:59 -0700
committerPaul Eggert2014-04-20 17:31:59 -0700
commit4fa20d8f8d01369a5f783cb2203c908b6bad778b (patch)
treeba1343b36ff4c2ea7776600eb2f7d5383bf9780e /src
parentf3a4812cf2fe0facbda57bee0810cf23f1c96fa2 (diff)
downloademacs-4fa20d8f8d01369a5f783cb2203c908b6bad778b.tar.gz
emacs-4fa20d8f8d01369a5f783cb2203c908b6bad778b.zip
Spelling fixes.
Diffstat (limited to 'src')
-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 8fabd60871b..312f2389415 100644
--- a/src/conf_post.h
+++ b/src/conf_post.h
@@ -123,7 +123,7 @@ You lose; /* Emacs for DOS must be compiled with DJGPP */
123#endif 123#endif
124 124
125/* We must intercept 'opendir' calls to stash away the directory name, 125/* We must intercept 'opendir' calls to stash away the directory name,
126 so we could reuse it in realinkat, see msdos.c. */ 126 so we could reuse it in readlinkat; see msdos.c. */
127#define opendir sys_opendir 127#define opendir sys_opendir
128 128
129/* The "portable" definition of _GL_INLINE on config.h does not work 129/* The "portable" definition of _GL_INLINE on config.h does not work