commit bd9c825b331e7f138ed8d7ba1b4878d2b09b8f74
Author:     Hiltjo Posthuma <[email protected]>
AuthorDate: Sat Jul 18 20:03:43 2015 +0200
Commit:     Hiltjo Posthuma <[email protected]>
CommitDate: Sat Jul 18 20:03:43 2015 +0200

    fix minor typo

diff --git a/README b/README
index d4dd203..155a317 100644
--- 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

Reply via email to