[lld] r182985 - Fix typo in file header.
Rui Ueyama
ruiu at google.com
Thu May 30 21:46:44 PDT 2013
Author: ruiu
Date: Thu May 30 23:46:44 2013
New Revision: 182985
URL: http://llvm.org/viewvc/llvm-project?rev=182985&view=rev
Log:
Fix typo in file header.
Modified:
lld/trunk/unittests/DriverTests/GnuLdDriverTest.cpp
Modified: lld/trunk/unittests/DriverTests/GnuLdDriverTest.cpp
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/unittests/DriverTests/GnuLdDriverTest.cpp?rev=182985&r1=182984&r2=182985&view=diff
==============================================================================
--- lld/trunk/unittests/DriverTests/GnuLdDriverTest.cpp (original)
+++ lld/trunk/unittests/DriverTests/GnuLdDriverTest.cpp Thu May 30 23:46:44 2013
@@ -1,4 +1,4 @@
-//===- lld/unittest/WinLinkDriverTest.cpp ---------------------------------===//
+//===- lld/unittest/GnuLdDriverTest.cpp -----------------------------------===//
//
// The LLVM Compiler Infrastructure
//
@@ -8,7 +8,7 @@
//===----------------------------------------------------------------------===//
///
/// \file
-/// \brief Windows link.exe driver tests.
+/// \brief GNU ld driver tests.
///
//===----------------------------------------------------------------------===//
More information about the llvm-commits
mailing list