fix typo
authorChris Lattner <sabre@nondot.org>
Wed, 9 Feb 2011 16:44:44 +0000 (16:44 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 9 Feb 2011 16:44:44 +0000 (16:44 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@125192 91177308-0d34-0410-b5e6-96231b3b80d8

docs/LangRef.html

index dbe385387af437380565d7e6d9f39eab48813ac9..fa6a07846533dba5b2af6a81c10c97da31002f3b 100644 (file)
@@ -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