diff options
| author | Glenn Morris | 2013-11-27 13:34:25 -0500 |
|---|---|---|
| committer | Glenn Morris | 2013-11-27 13:34:25 -0500 |
| commit | 336b7334b7730003c29fb51fcadabcf2442499ad (patch) | |
| tree | fa9049941e0d4eec5e04af89b85511e349182e97 /admin | |
| parent | 2b58a9cc2155fc1cf97b81656a6dd06c8fc925ed (diff) | |
| download | emacs-336b7334b7730003c29fb51fcadabcf2442499ad.tar.gz emacs-336b7334b7730003c29fb51fcadabcf2442499ad.zip | |
Fix comment typo
Diffstat (limited to 'admin')
| -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 | |||
| 43 | 43 | ||
| 44 | compile: ${srcdir}/unidata-gen.elc | 44 | compile: ${srcdir}/unidata-gen.elc |
| 45 | 45 | ||
| 46 | ## Depend on .el rather than .elc so as not to needless rebuild | 46 | ## Depend on .el rather than .elc so as not to needlessly rebuild |
| 47 | ## uni-*.el files just because .elc is missing. | 47 | ## uni-*.el files just because .elc is missing. |
| 48 | ## Same for UnicodeData.txt v unidata.txt. | 48 | ## Same for UnicodeData.txt v unidata.txt. |
| 49 | ${DSTDIR}/charprop.el: ${srcdir}/unidata-gen.el ${srcdir}/UnicodeData.txt | 49 | ${DSTDIR}/charprop.el: ${srcdir}/unidata-gen.el ${srcdir}/UnicodeData.txt |