[docs] Fix minor typo in CodingStandards.rst
[oota-llvm.git] / docs / MCJITDesignAndImplementation.rst
index 2cb62964d465e6f2ad4836daedfbecfda4293e3e..237a5be52fb8a317d779f237372262e387cf8877 100644 (file)
@@ -57,7 +57,7 @@ attempt to retrieve an object image from its ObjectCache member, if one
 has been set.  If a cached object image cannot be retrieved, MCJIT will\r
 call its emitObject method.  MCJIT::emitObject uses a local PassManager\r
 instance and creates a new ObjectBufferStream instance, both of which it\r
-passes to TargetManager::addPassesToEmitMC before calling PassManager::run\r
+passes to TargetMachine::addPassesToEmitMC before calling PassManager::run\r
 on the Module with which it was created.\r
 \r
 .. image:: MCJIT-load.png\r