Tweak prose.
authorChad Rosier <mcrosier@apple.com>
Thu, 19 Jul 2012 00:11:45 +0000 (00:11 +0000)
committerChad Rosier <mcrosier@apple.com>
Thu, 19 Jul 2012 00:11:45 +0000 (00:11 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@160478 91177308-0d34-0410-b5e6-96231b3b80d8

tools/llc/llc.cpp

index 90b0245a8711dc7b1d00511ed47ff624436993e3..004763f19fa8c879a6e95397a20892e8f76f5957 100644 (file)
@@ -479,7 +479,7 @@ int main(int argc, char **argv) {
       TheTriple.isMacOSXVersionLT(10, 6))
     Target.setMCUseLoc(false);
 
-  // Figure out where we are going to send the output...
+  // Figure out where we are going to send the output.
   OwningPtr<tool_output_file> Out
     (GetOutputStream(TheTarget->getName(), TheTriple.getOS(), argv[0]));
   if (!Out) return 1;