[llvm] r263480 - [docs] "Straightforward" is one word.

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


Author: jlebar
Date: Mon Mar 14 15:18:51 2016
New Revision: 263480

URL: http://llvm.org/viewvc/llvm-project?rev=263480&view=rev
Log:
[docs] "Straightforward" is one word.

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=263480&r1=263479&r2=263480&view=diff
==============================================================================
--- llvm/trunk/docs/CodeGenerator.rst (original)
+++ llvm/trunk/docs/CodeGenerator.rst Mon Mar 14 15:18:51 2016
@@ -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.
 




More information about the llvm-commits mailing list