summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2008-10-08 06:26:11 +0000
committerChris Lattner <sabre@nondot.org>2008-10-08 06:26:11 +0000
commit6cbe8e99b3b992c5b39220957277f249a34777fc (patch)
treebf6fc1e674bb7b17dd3e5c0457c00f9bee7c8693 /llvm
parentbfe12ee668f97ebae6f1d94b162ad827b07df5f7 (diff)
downloadbcm5719-llvm-6cbe8e99b3b992c5b39220957277f249a34777fc.tar.gz
bcm5719-llvm-6cbe8e99b3b992c5b39220957277f249a34777fc.zip
fix typo
llvm-svn: 57287
Diffstat (limited to 'llvm')
-rw-r--r--llvm/docs/LangRef.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/LangRef.html b/llvm/docs/LangRef.html
index 6f68c810ef7..523abfaeefa 100644
--- a/llvm/docs/LangRef.html
+++ b/llvm/docs/LangRef.html
@@ -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>
OpenPOWER on IntegriCloud