[PATCH] Fixed typo in comment

Diana Vasile diavasile at yahoo.com
Tue Oct 8 04:42:35 PDT 2013


Index: LLVMTargetMachine.cpp
===================================================================
--- LLVMTargetMachine.cpp(revision 192179)
+++ LLVMTargetMachine.cpp(working copy)
@@ -231,7 +231,7 @@
 /// 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,
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20131008/99530e77/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: LLVMTargetMachine.cpp.patch
Type: application/octet-stream
Size: 698 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20131008/99530e77/attachment.obj>


More information about the llvm-commits mailing list