Skip to content

Commit

Permalink
[docs] Fix typo in docs/CodeGenerator.rst.
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@263479 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
Justin Lebar committed Mar 14, 2016
1 parent 9d38180 commit d63dbd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/CodeGenerator.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit d63dbd5

Please sign in to comment.