[llvm] r253045 - Fixing a typo in docs/CodeGenerator.rst
Artyom Skrobov via llvm-commits
llvm-commits at lists.llvm.org
Fri Nov 13 07:14:05 PST 2015
Author: askrobov
Date: Fri Nov 13 09:14:04 2015
New Revision: 253045
URL: http://llvm.org/viewvc/llvm-project?rev=253045&view=rev
Log:
Fixing a 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=253045&r1=253044&r2=253045&view=diff
==============================================================================
--- llvm/trunk/docs/CodeGenerator.rst (original)
+++ llvm/trunk/docs/CodeGenerator.rst Fri Nov 13 09:14:04 2015
@@ -640,7 +640,7 @@ For target specific directives, the MCSt
Each target that needs it defines a class that inherits from it and is a lot
like MCStreamer itself: It has one method per directive and two classes that
inherit from it, a target object streamer and a target asm streamer. The target
-asm streamer just prints it (``emitFnStart -> .fnstrart``), and the object
+asm streamer just prints it (``emitFnStart -> .fnstart``), and the object
streamer implement the assembler logic for it.
To make llvm use these classes, the target initialization must call
More information about the llvm-commits
mailing list