diff options
author | Glenn Morris <rgm@gnu.org> | 2014-01-13 14:48:17 -0500 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2014-01-13 14:48:17 -0500 |
commit | 76a0368a4f45fccd6e1eae9b98453fc7fd4f44ad (patch) | |
tree | 11cfcb0281dce883f92d845ed4d3c74a0fa5e89a | |
parent | c6e8118637bb50b75026f6582348eeb200f72313 (diff) | |
download | emacs-76a0368a4f45fccd6e1eae9b98453fc7fd4f44ad.tar.gz emacs-76a0368a4f45fccd6e1eae9b98453fc7fd4f44ad.tar.bz2 emacs-76a0368a4f45fccd6e1eae9b98453fc7fd4f44ad.zip |
Fix comment typo in previous, sigh
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 20678a73f33..e69998e3e52 100644 --- a/Makefile.in +++ b/Makefile.in @@ -375,7 +375,7 @@ lib lib-src lisp nt: Makefile FRC # is not wrong, but is overkill in 99.99% of the cases. # # Note the use of single quotes in the value of vcswitness. -# This passes an unexpanded $scrdir to src's Makefile, which then +# This passes an unexpanded $srcdir to src's Makefile, which then # expands it using its own value of srcdir (which points to the # source directory of src/). src: Makefile FRC |