From b592952fe9272c40b5e634ad05e198d9fb85a57a Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Fri, 12 Jan 2007 15:46:11 +0000 Subject: [PATCH] Fix a typo. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33118 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/LangRef.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/LangRef.html b/docs/LangRef.html index 5e3527e87ae..e9daca07e56 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 no-op cast because no bits change (only the type changes).

-

When zero extending from i1, the result will alwasy be either 0 or 1.

+

When zero extending from i1, the result will always be either 0 or 1.

Example: