diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2013-06-19 22:10:57 +0200 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2013-06-19 22:10:57 +0200 |
commit | 4f4050696105381b5893f594d719569817a861a3 (patch) | |
tree | 8a63d119ecd53cca19305183acb9eed73aece408 /lib-src | |
parent | 86ace8fcd71bdb34543b9a99b490d94c24b05bb3 (diff) | |
download | emacs-4f4050696105381b5893f594d719569817a861a3.tar.gz |
Fix typos in ChangeLogs.
Diffstat (limited to 'lib-src')
-rw-r--r-- | lib-src/ChangeLog | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index e1025fc5f6b..0e4cf0b2833 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog @@ -717,7 +717,7 @@ to avoid potential buffer overflow issues on typical 64-bit hosts. (whatlen_max): New static var. (main): Avoid buffer overflow if subsidiary command length is - greater than BUFSIZ or 2*BUFSIZ + 20. Do not use sprintf when its + greater than BUFSIZ or 2*BUFSIZ + 20. Do not use sprintf when its result might not fit in 'int'. * movemail.c (main): Do not use sprintf when its result might not fit @@ -8408,7 +8408,7 @@ 1988-12-31 Richard Mlynarik (mly@rice-chex.ai.mit.edu) - * env.c: Add decl for my-index + * env.c: Add decl for my-index. * etags.c (file-entries): .oak => scheme. 1988-12-30 Richard Stallman (rms@sugar-bombs.ai.mit.edu) |