diff options
| author | Glenn Morris | 2014-01-13 14:48:17 -0500 |
|---|---|---|
| committer | Glenn Morris | 2014-01-13 14:48:17 -0500 |
| commit | 76a0368a4f45fccd6e1eae9b98453fc7fd4f44ad (patch) | |
| tree | 11cfcb0281dce883f92d845ed4d3c74a0fa5e89a | |
| parent | c6e8118637bb50b75026f6582348eeb200f72313 (diff) | |
| download | emacs-76a0368a4f45fccd6e1eae9b98453fc7fd4f44ad.tar.gz 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 | |||
| 375 | # is not wrong, but is overkill in 99.99% of the cases. | 375 | # is not wrong, but is overkill in 99.99% of the cases. |
| 376 | # | 376 | # |
| 377 | # Note the use of single quotes in the value of vcswitness. | 377 | # Note the use of single quotes in the value of vcswitness. |
| 378 | # This passes an unexpanded $scrdir to src's Makefile, which then | 378 | # This passes an unexpanded $srcdir to src's Makefile, which then |
| 379 | # expands it using its own value of srcdir (which points to the | 379 | # expands it using its own value of srcdir (which points to the |
| 380 | # source directory of src/). | 380 | # source directory of src/). |
| 381 | src: Makefile FRC | 381 | src: Makefile FRC |