diff options
| author | Glenn Morris <rgm@gnu.org> | 2013-11-27 13:34:25 -0500 |
|---|---|---|
| committer | Glenn Morris <rgm@gnu.org> | 2013-11-27 13:34:25 -0500 |
| commit | 336b7334b7730003c29fb51fcadabcf2442499ad (patch) | |
| tree | fa9049941e0d4eec5e04af89b85511e349182e97 | |
| parent | 2b58a9cc2155fc1cf97b81656a6dd06c8fc925ed (diff) | |
| download | emacs-336b7334b7730003c29fb51fcadabcf2442499ad.tar.gz | |
Fix comment typo
| -rw-r--r-- | admin/unidata/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/unidata/Makefile.in b/admin/unidata/Makefile.in index f51525109f7..fbe4d64be27 100644 --- a/admin/unidata/Makefile.in +++ b/admin/unidata/Makefile.in @@ -43,7 +43,7 @@ unidata.txt: ${srcdir}/UnicodeData.txt compile: ${srcdir}/unidata-gen.elc -## Depend on .el rather than .elc so as not to needless rebuild +## Depend on .el rather than .elc so as not to needlessly rebuild ## uni-*.el files just because .elc is missing. ## Same for UnicodeData.txt v unidata.txt. ${DSTDIR}/charprop.el: ${srcdir}/unidata-gen.el ${srcdir}/UnicodeData.txt |
