[llvm-commits] [llvm] r167302 - /llvm/trunk/docs/CodeGenerator.rst

Dmitri Gribenko gribozavr at gmail.com
Fri Nov 2 11:06:51 PDT 2012


Author: gribozavr
Date: Fri Nov  2 13:06:51 2012
New Revision: 167302

URL: http://llvm.org/viewvc/llvm-project?rev=167302&view=rev
Log:
Documentation: fix typos.

Modified:
    llvm/trunk/docs/CodeGenerator.rst

Modified: llvm/trunk/docs/CodeGenerator.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/CodeGenerator.rst?rev=167302&r1=167301&r2=167302&view=diff
==============================================================================
--- llvm/trunk/docs/CodeGenerator.rst (original)
+++ llvm/trunk/docs/CodeGenerator.rst Fri Nov  2 13:06:51 2012
@@ -224,7 +224,7 @@
 ------------------------
 
 The ``DataLayout`` class is the only required target description class, and it
-is the only class that is not extensible (you cannot derived a new class from
+is the only class that is not extensible (you cannot derive a new class from
 it).  ``DataLayout`` specifies information about how the target lays out memory
 for structures, the alignment requirements for various data types, the size of
 pointers in the target, and whether the target is little-endian or
@@ -248,7 +248,7 @@
 * the type to use for shift amounts, and
 
 * various high-level characteristics, like whether it is profitable to turn
-  division by a constant into a multiplication sequence
+  division by a constant into a multiplication sequence.
 
 The ``TargetRegisterInfo`` class
 --------------------------------





More information about the llvm-commits mailing list