Fix #2370, minor typos and spelling mistakes

This commit is contained in:
Antonin Décimo 2019-01-23 15:24:37 +01:00 committed by Simon Butcher
parent 6f76795bf5
commit d5f4759594
26 changed files with 53 additions and 53 deletions

View file

@ -17,7 +17,7 @@
# seem to be a mechanism to reliably check whether the zeroize calls are being
# eliminated by compiler optimizations from within the compiled program. The
# problem is that a compiler would typically remove what it considers to be
# "unecessary" assignments as part of redundant code elimination. To identify
# "unnecessary" assignments as part of redundant code elimination. To identify
# such code, the compilar will create some form dependency graph between
# reads and writes to variables (among other situations). It will then use this
# data structure to remove redundant code that does not have an impact on the