summaryrefslogtreecommitdiff
path: root/lisp/Makefile.in
diff options
context:
space:
mode:
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,