commit bd9c825b331e7f138ed8d7ba1b4878d2b09b8f74
parent 21ade7526ab531bb9a51d9b48db0162553fb8295
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date: Sat, 18 Jul 2015 20:03:43 +0200
fix minor typo
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README b/README
@@ -44,7 +44,7 @@ time):
- volatile: The definition of volatile is not concrete, because
it is defined as 'remove all the optimizations about the
- variable', which of course depend of the king of optimizations
+ variable', which of course depend of the kind of optimizations
applied to the variable. This qualifier was added to the standard
to can deal with longjmp (local variables that are not volatile
have undefined state), and for memory mapped registers or variables