]> granicus.if.org Git - file/commitdiff
fix typos.
authorChristos Zoulas <christos@zoulas.com>
Sun, 23 Nov 2014 21:36:16 +0000 (21:36 +0000)
committerChristos Zoulas <christos@zoulas.com>
Sun, 23 Nov 2014 21:36:16 +0000 (21:36 +0000)
ChangeLog

index 0d203d886d1f1ec5766e3f505cd749e96324214b..4d65480627df9e9f68a9d111725efb87a45c7bce 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,11 +1,11 @@
 2014-11-24   8:55  Christos Zoulas <christos@zoulas.com>
 
-       * The following fixes resulted from Tomas Jarosch's fuzzing
+       * The following fixes resulted from Thomas Jarosch's fuzzing
          tests that revealed severe performance issues on pathological
          input:
-           - limit elf number of program and section sections processing
+           - limit number of elf program and sections processing
            - abort elf note processing quickly
-           - reduce the numbeer of recursion levels from 20 to 10
+           - reduce the number of recursion levels from 20 to 10
            - preserve error messages in indirect magic handling
 
 2014-11-12  10:30  Christos Zoulas <christos@zoulas.com>