fix typo
authorChris Lattner <sabre@nondot.org>
Wed, 8 Oct 2008 06:26:11 +0000 (06:26 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 8 Oct 2008 06:26:11 +0000 (06:26 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57287 91177308-0d34-0410-b5e6-96231b3b80d8

docs/LangRef.html

index 6f68c810ef789cd7966efb99cb88801a34cb3b31..523abfaeefacf461eec69ceda9ef20d970eb5d04 100644 (file)
@@ -4340,7 +4340,7 @@ function is bound to the result argument.
   %r = call %struct.A @foo()                        <i>; yields { 32, i8 }</i>
   %gr = extractvalue %struct.A %r, 0                <i>; yields i32</i>
   %gr1 = extractvalue %struct.A %r, 1               <i>; yields i8</i>
-  %Z = call void @foo() noreturn                    <i>; indicates that %foo never returns nomrally</i>
+  %Z = call void @foo() noreturn                    <i>; indicates that %foo never returns normally</i>
   %ZZ = call zeroext i32 @bar()                     <i>; Return value is %zero extended</i>
 </pre>