From: Eli Zaretskii Date: Mon, 28 Jul 2014 07:18:46 +0000 (+0300) Subject: src/ChangeLog: Fix a typo. X-Git-Tag: emacs-24.3.93~34 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6ea6889ab9fe4fa5069a0b28c1a612059fa3b74f;p=emacs.git src/ChangeLog: Fix a typo. --- diff --git a/src/ChangeLog b/src/ChangeLog index 64fb82b78a3..619efb479e6 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -2410,7 +2410,7 @@ Avoid undefined behavior with huge regexp interval counts. * regex.c (GET_INTERVAL_COUNT): Rename from 'GET_UNSIGNED_NUMBER', since it's now specialized to interval counts. All uses changed. - Do not assume wrapraound on signed integer overflow. + Do not assume wraparound on signed integer overflow. (regex_compile): Simplify based on the above changes. 2013-12-12 Eli Zaretskii