]> git.eshelyaron.com Git - emacs.git/commitdiff
src/ChangeLog: Fix a typo.
authorEli Zaretskii <eliz@gnu.org>
Mon, 28 Jul 2014 07:18:46 +0000 (10:18 +0300)
committerEli Zaretskii <eliz@gnu.org>
Mon, 28 Jul 2014 07:18:46 +0000 (10:18 +0300)
src/ChangeLog

index 64fb82b78a3d27943725592332ecb8559075aed2..619efb479e6ab7d6e1339c8b7dcb9013830a55be 100644 (file)
        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  <eliz@gnu.org>