aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src
diff options
context:
space:
mode:
authorJuanma Barranquero2014-02-13 03:19:48 +0100
committerJuanma Barranquero2014-02-13 03:19:48 +0100
commitc295fc18e390940520d0cfd6427a77ff8c326d4e (patch)
treef524681455597fc8b236511c36962a3fa97b8275 /lib-src
parent45432fd9d137857c3207176a1b2d92600febc25d (diff)
downloademacs-c295fc18e390940520d0cfd6427a77ff8c326d4e.tar.gz
emacs-c295fc18e390940520d0cfd6427a77ff8c326d4e.zip
Fix typos in Changelogs.
Diffstat (limited to 'lib-src')
-rw-r--r--lib-src/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog
index 88c30989c75..fcdde8003bc 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -1265,7 +1265,7 @@
1265 1265
12662011-01-30 Jim Meyering <meyering@redhat.com> 12662011-01-30 Jim Meyering <meyering@redhat.com>
1267 1267
1268 * make-docfile.c: don't corrupt heap for an invalid .elc file 1268 * make-docfile.c: Don't corrupt heap for an invalid .elc file
1269 "printf '#@1a' > in.elc; ./make-docfile in.elc" would store 0 1269 "printf '#@1a' > in.elc; ./make-docfile in.elc" would store 0
1270 one byte before just-malloc'd saved_string buffer. 1270 one byte before just-malloc'd saved_string buffer.
1271 * make-docfile.c (scan_lisp_file): Diagnose an invalid dynamic 1271 * make-docfile.c (scan_lisp_file): Diagnose an invalid dynamic