summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2011-03-15 14:23:54 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2011-03-15 14:23:54 -0700
commitdb69b0cde386ed1e4cc928f5beb916107ee9fc88 (patch)
tree19162ef871ba8756b10ec64ee68216c41b6f9d79
parent0da09c43ea240c1f07e1f9c2e9f40cd9fcbb862f (diff)
downloademacs-db69b0cde386ed1e4cc928f5beb916107ee9fc88.tar.gz
emacs-db69b0cde386ed1e4cc928f5beb916107ee9fc88.tar.bz2
emacs-db69b0cde386ed1e4cc928f5beb916107ee9fc88.zip
Fix typo in ChangeLog.
-rw-r--r--src/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 6cacc4576fb..91d5069d559 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -9,7 +9,7 @@
(upcase1): Likewise, for UPCASE_TABLE.
(uppercasep, lowercasep, upcase): New static inline functions.
* editfns.c (Fchar_equal): Remove no-longer-needed workaround for
- the race-condition problem the old DOWNCASE.
+ the race-condition problem in the old DOWNCASE.
* regex.c (CHARSET_LOOKUP_RANGE_TABLE_RAW, POP_FAILURE_REG_OR_COUNT):
Rename locals to avoid shadowing.