shithub: scc

Download patch

ref: bd9c825b331e7f138ed8d7ba1b4878d2b09b8f74
parent: 21ade7526ab531bb9a51d9b48db0162553fb8295
author: Hiltjo Posthuma <[email protected]>
date: Sat Jul 18 16:03:43 EDT 2015

fix minor typo

--- a/README
+++ b/README
@@ -44,7 +44,7 @@
 
 	- 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