diff --git a/clang.md b/clang.md
index 4906daaf360fbf6d8ca29d9aee2658dd1b80c148..3ad1b58858a5cfeda758493efe936e0290f752fb 100644
--- a/clang.md
+++ b/clang.md
@@ -31,7 +31,7 @@ Example:
 
 // this could lead to unexpected behaviours
 // int y = 2;
-// int z = twox(y++); => z = (y++ + y++);  z will atucally be 5
+// int z = twox(y++); => z = (y++ + y++);  the value of z actaully depends on the order of evaluation
 ```
 
 ## Specific Sized Numbers