diff options
author | Glenn Morris <rgm@gnu.org> | 2011-05-04 23:04:38 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2011-05-04 23:04:38 -0700 |
commit | 000d802eceff14e213404785dde809a2cf5fc3e2 (patch) | |
tree | 75fc7147305bb4d0d05269fa4e1f5ce3d9a4d1ef /Makefile.in | |
parent | f7ff1b0f0792f1f870778404531e68e77832c4a1 (diff) | |
download | emacs-000d802eceff14e213404785dde809a2cf5fc3e2.tar.gz |
Comment typo.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 4848d737a9a..506cd4bb245 100644 --- a/Makefile.in +++ b/Makefile.in @@ -930,7 +930,7 @@ dvi: .PHONY: bootstrap -## configure; make boostrap replaces the real config.log from configure +## configure; make bootstrap replaces the real config.log from configure ## with the truncated one from config.status. The former is more useful. bootstrap: bootstrap-clean FRC if [ -x ./config.status ]; then \ |