From: Paul Eggert Date: Tue, 15 Mar 2011 21:23:54 +0000 (-0700) Subject: Fix typo in ChangeLog. X-Git-Tag: emacs-pretest-24.0.90~104^2~275^2~554^2~58 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=db69b0cde386ed1e4cc928f5beb916107ee9fc88;p=emacs.git Fix typo in ChangeLog. --- 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.