summaryrefslogtreecommitdiff
path: root/lisp/Makefile.in
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2010-03-27 13:36:12 +0300
committerEli Zaretskii <eliz@gnu.org>2010-03-27 13:36:12 +0300
commit5b5922f52f14c5be99126a9a590220a0de2c8e59 (patch)
tree2fa5490816ce24b82b767dbb78a036a70a25572f /lisp/Makefile.in
parent649dbf36cdf3ce38a3fc0d08a814d299e9f72d8c (diff)
downloademacs-5b5922f52f14c5be99126a9a590220a0de2c8e59.tar.gz
Fix a typo in a comment.
Diffstat (limited to 'lisp/Makefile.in')
-rw-r--r--lisp/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/Makefile.in b/lisp/Makefile.in
index 21822a82ca4..e4a211399aa 100644
--- a/lisp/Makefile.in
+++ b/lisp/Makefile.in
@@ -30,7 +30,7 @@ VPATH = $(srcdir)
# We sometimes change directory before running Emacs (typically when
# building out-of-tree, we chdir to the source directory), so we need
-# to use an aboluste file name.
+# to use an absolute file name.
EMACS = ${abs_top_builddir}/src/emacs
# Command line flags for Emacs. This must include --multibyte,