[llvm] r192199 - Grammar.
Eric Christopher
echristo at gmail.com
Tue Oct 8 09:47:11 PDT 2013
Author: echristo
Date: Tue Oct 8 11:47:11 2013
New Revision: 192199
URL: http://llvm.org/viewvc/llvm-project?rev=192199&view=rev
Log:
Grammar.
Modified:
llvm/trunk/lib/CodeGen/LLVMTargetMachine.cpp
Modified: llvm/trunk/lib/CodeGen/LLVMTargetMachine.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/LLVMTargetMachine.cpp?rev=192199&r1=192198&r2=192199&view=diff
==============================================================================
--- llvm/trunk/lib/CodeGen/LLVMTargetMachine.cpp (original)
+++ llvm/trunk/lib/CodeGen/LLVMTargetMachine.cpp Tue Oct 8 11:47:11 2013
@@ -231,7 +231,7 @@ bool LLVMTargetMachine::addPassesToEmitF
/// addPassesToEmitMachineCode - Add passes to the specified pass manager to
/// get machine code emitted. This uses a JITCodeEmitter object to handle
/// actually outputting the machine code and resolving things like the address
-/// of functions. This method should returns true if machine code emission is
+/// of functions. This method should return true if machine code emission is
/// not supported.
///
bool LLVMTargetMachine::addPassesToEmitMachineCode(PassManagerBase &PM,
More information about the llvm-commits
mailing list