Fixed typo.
authorJohn Criswell <criswell@uiuc.edu>
Fri, 3 Dec 2004 15:59:26 +0000 (15:59 +0000)
committerJohn Criswell <criswell@uiuc.edu>
Fri, 3 Dec 2004 15:59:26 +0000 (15:59 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18455 91177308-0d34-0410-b5e6-96231b3b80d8

docs/CodeGenerator.html

index dfdc0528455a29710973b1b65d8dadf899c47c8c..be4b05325ea91cce833b706037b53e476beae407 100644 (file)
@@ -591,7 +591,7 @@ instructions (which use ModR/M addressing):</p>
    Base+[1,2,4,8]*IndexReg+Disp32
 </pre>
 
-<p>Wow, that's crazy.  In order to represent this, LLVM tracks no less that 4
+<p>Wow, that's crazy.  In order to represent this, LLVM tracks no less than 4
 operands for each memory operand of this form.  This means that the "load" form
 of 'mov' has the following "Operands" in this order:</p>