summaryrefslogtreecommitdiffstats
path: root/llvm/docs/CodeGenerator.rst
diff options
context:
space:
mode:
authorJustin Lebar <jlebar@google.com>2016-03-14 20:18:51 +0000
committerJustin Lebar <jlebar@google.com>2016-03-14 20:18:51 +0000
commitca35b090f808b6f079eb846e4bddaa889011f37d (patch)
treebb1f56887d971f68801ab1a0423fa34c8406aefb /llvm/docs/CodeGenerator.rst
parent20adbdd2c059f07b350c9aa64616d7bdc084e03c (diff)
downloadbcm5719-llvm-ca35b090f808b6f079eb846e4bddaa889011f37d.tar.gz
bcm5719-llvm-ca35b090f808b6f079eb846e4bddaa889011f37d.zip
[docs] "Straightforward" is one word.
llvm-svn: 263480
Diffstat (limited to 'llvm/docs/CodeGenerator.rst')
-rw-r--r--llvm/docs/CodeGenerator.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/CodeGenerator.rst b/llvm/docs/CodeGenerator.rst
index f5095947e3b..347a372d80e 100644
--- a/llvm/docs/CodeGenerator.rst
+++ b/llvm/docs/CodeGenerator.rst
@@ -632,7 +632,7 @@ directives through MCStreamer.
On the implementation side of MCStreamer, there are two major implementations:
one for writing out a .s file (MCAsmStreamer), and one for writing out a .o
-file (MCObjectStreamer). MCAsmStreamer is a straight-forward implementation
+file (MCObjectStreamer). MCAsmStreamer is a straightforward implementation
that prints out a directive for each method (e.g. ``EmitValue -> .byte``), but
MCObjectStreamer implements a full assembler.
OpenPOWER on IntegriCloud