[WebAssembly] Fix printing of global operands
[oota-llvm.git] / docs / CodeGenerator.rst
index 03f5cbd726d8fec62febc6506391ce230e82c8be..f3b949c7ad157fac32e43ca1647a07b9a757e8ee 100644 (file)
@@ -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
 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
 streamer implement the assembler logic for it.
 
 To make llvm use these classes, the target initialization must call