summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2011-02-09 16:44:44 +0000
committerChris Lattner <sabre@nondot.org>2011-02-09 16:44:44 +0000
commitf10dfdc77a02fea77ea2fd8d34cd32218c1737c1 (patch)
tree72484e2c4da6a77a51bf43b693c76a264a3b79b3
parentabcf9d58f2469db18f71c328c2976c0ed08c200a (diff)
downloadbcm5719-llvm-f10dfdc77a02fea77ea2fd8d34cd32218c1737c1.tar.gz
bcm5719-llvm-f10dfdc77a02fea77ea2fd8d34cd32218c1737c1.zip
fix typo
llvm-svn: 125192
-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 dbe385387af..fa6a0784653 100644
--- a/llvm/docs/LangRef.html
+++ b/llvm/docs/LangRef.html
@@ -3709,7 +3709,7 @@ Instruction</a> </div>
<p>If the <tt>nuw</tt> keyword is present, then the shift produces a
<a href="#trapvalues">trap value</a> if it shifts out any non-zero bits. If
- the <tt>nsw</tt> keywrod is present, then the shift produces a
+ the <tt>nsw</tt> keyword is present, then the shift produces a
<a href="#trapvalues">trap value</a> if it shifts out any bits that disagree
with the resultant sign bit. As such, NUW/NSW have the same semantics as
they would if the shift were expressed as a mul instruction with the same
OpenPOWER on IntegriCloud