diff options
-rw-r--r-- | docs/LangRef.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/LangRef.html b/docs/LangRef.html index 5e3527e..e9daca0 100644 --- a/docs/LangRef.html +++ b/docs/LangRef.html @@ -2734,7 +2734,7 @@ the operand and the type are the same size, no bit filling is done and the cast is considered a <i>no-op cast</i> because no bits change (only the type changes).</p> -<p>When zero extending from i1, the result will alwasy be either 0 or 1.</p> +<p>When zero extending from i1, the result will always be either 0 or 1.</p> <h5>Example:</h5> <pre> |