Refine comment.
authorRui Ueyama <ruiu@google.com>
Thu, 23 Mar 2017 01:19:10 +0000 (01:19 +0000)
committerRui Ueyama <ruiu@google.com>
Thu, 23 Mar 2017 01:19:10 +0000 (01:19 +0000)
llvm-svn: 298571

lld/ELF/DriverUtils.cpp

index 5ab49b3..6d5de94 100644 (file)
@@ -122,8 +122,8 @@ void elf::printHelp(const char *Argv0) {
   outs() << "\n";
 
   // Scripts generated by Libtool versions up to at least 2.4.6 (the most
-  // recent version as of March 2017) expect /supported targets:.* elf/ in
-  // a message for the -help option. If it doesn't match, the scripts
+  // recent version as of March 2017) expect /: supported targets:.* elf/
+  // in a message for the -help option. If it doesn't match, the scripts
   // assume that the linker doesn't support very basic features such as
   // shared libraries. Therefore, we need to print out at least "elf".
   // Here, we print out all the targets that we support.