summaryrefslogtreecommitdiff
path: root/docs/LangRef.html
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
commit66298c104e9562c414f106d2fb0415218ec5c5d6 (patch)
treee7c8f56848c0f7a73d9caf20f2885612306b9017 /docs/LangRef.html
parent413c3bd9fd820a0969cd0e84124f3a3fadc5cc61 (diff)
downloadllvm-66298c104e9562c414f106d2fb0415218ec5c5d6.tar.gz
llvm-66298c104e9562c414f106d2fb0415218ec5c5d6.tar.bz2
llvm-66298c104e9562c414f106d2fb0415218ec5c5d6.tar.xz
fix typo
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@125192 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/LangRef.html')
-rw-r--r--docs/LangRef.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/LangRef.html b/docs/LangRef.html
index dbe385387a..fa6a078465 100644
--- a/docs/LangRef.html
+++ b/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