OSDN Git Service

[docs] "Straightforward" is one word.
authorJustin Lebar <jlebar@google.com>
Mon, 14 Mar 2016 20:18:51 +0000 (20:18 +0000)
committerJustin Lebar <jlebar@google.com>
Mon, 14 Mar 2016 20:18:51 +0000 (20:18 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@263480 91177308-0d34-0410-b5e6-96231b3b80d8

docs/CodeGenerator.rst

index f509594..347a372 100644 (file)
@@ -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.