From 2bb62cb91a147c04cf370f6e573b90d8c75a8a44 Mon Sep 17 00:00:00 2001 From: Artyom Skrobov Date: Fri, 13 Nov 2015 15:14:04 +0000 Subject: [PATCH] Fixing a typo in docs/CodeGenerator.rst llvm-svn: 253045 --- docs/CodeGenerator.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/CodeGenerator.rst b/docs/CodeGenerator.rst index 03f5cbd726d..f3b949c7ad1 100644 --- a/docs/CodeGenerator.rst +++ b/docs/CodeGenerator.rst @@ -640,7 +640,7 @@ For target specific directives, the MCStreamer has a MCTargetStreamer instance. 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