Fix typo in file header.

llvm-svn: 182985
This commit is contained in:
Rui Ueyama 2013-05-31 04:46:44 +00:00
parent 2bf97336af
commit d752c9cc89
1 changed files with 2 additions and 2 deletions

View File

@ -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.
///
//===----------------------------------------------------------------------===//