From 688299bd3946c1a03c62e0c6c06ea8fc3f57fd32 Mon Sep 17 00:00:00 2001 From: Rui Ueyama Date: Thu, 23 Mar 2017 01:19:10 +0000 Subject: [PATCH] Refine comment. llvm-svn: 298571 --- lld/ELF/DriverUtils.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lld/ELF/DriverUtils.cpp b/lld/ELF/DriverUtils.cpp index 5ab49b3..6d5de94 100644 --- a/lld/ELF/DriverUtils.cpp +++ b/lld/ELF/DriverUtils.cpp @@ -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. -- 2.7.4