diff options
| author | Eli Zaretskii | 2010-03-27 13:36:12 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2010-03-27 13:36:12 +0300 |
| commit | 5b5922f52f14c5be99126a9a590220a0de2c8e59 (patch) | |
| tree | 2fa5490816ce24b82b767dbb78a036a70a25572f | |
| parent | 649dbf36cdf3ce38a3fc0d08a814d299e9f72d8c (diff) | |
| download | emacs-5b5922f52f14c5be99126a9a590220a0de2c8e59.tar.gz emacs-5b5922f52f14c5be99126a9a590220a0de2c8e59.zip | |
Fix a typo in a comment.
| -rw-r--r-- | lisp/Makefile.in | 2 |
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) | |||
| 30 | 30 | ||
| 31 | # We sometimes change directory before running Emacs (typically when | 31 | # We sometimes change directory before running Emacs (typically when |
| 32 | # building out-of-tree, we chdir to the source directory), so we need | 32 | # building out-of-tree, we chdir to the source directory), so we need |
| 33 | # to use an aboluste file name. | 33 | # to use an absolute file name. |
| 34 | EMACS = ${abs_top_builddir}/src/emacs | 34 | EMACS = ${abs_top_builddir}/src/emacs |
| 35 | 35 | ||
| 36 | # Command line flags for Emacs. This must include --multibyte, | 36 | # Command line flags for Emacs. This must include --multibyte, |