[llvm] r263479 - [docs] Fix typo in docs/CodeGenerator.rst.

Justin Lebar via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 14 13:17:08 PDT 2016


Author: jlebar
Date: Mon Mar 14 15:17:08 2016
New Revision: 263479

URL: http://llvm.org/viewvc/llvm-project?rev=263479&view=rev
Log:
[docs] Fix typo in docs/CodeGenerator.rst.

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=263479&r1=263478&r2=263479&view=diff
==============================================================================
--- llvm/trunk/docs/CodeGenerator.rst (original)
+++ llvm/trunk/docs/CodeGenerator.rst Mon Mar 14 15:17:08 2016
@@ -45,7 +45,7 @@ components:
    ``include/llvm/CodeGen/``. At this level, concepts like "constant pool
    entries" and "jump tables" are explicitly exposed.
 
-3. Classes and algorithms used to represent code as the object file level, the
+3. Classes and algorithms used to represent code at the object file level, the
    `MC Layer`_.  These classes represent assembly level constructs like labels,
    sections, and instructions.  At this level, concepts like "constant pool
    entries" and "jump tables" don't exist.




More information about the llvm-commits mailing list