Skip to content

Commit bb20005

Browse files
committed
[Toolchains] Fix typo in virtual method docs
Remove a duplicate "the".
1 parent 75de4fe commit bb20005

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/Driver/ToolChains.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
//
88
// See http://swift.org/LICENSE.txt for license information
99
// See http://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
10-
//
10+
//t
1111
//===----------------------------------------------------------------------===//
1212

1313
#ifndef SWIFT_DRIVER_TOOLCHAINS_H
@@ -59,7 +59,7 @@ class LLVM_LIBRARY_VISIBILITY GenericUnix : public ToolChain {
5959
/// default is to return true (and so specify an -rpath).
6060
virtual bool shouldProvideRPathToLinker() const;
6161

62-
/// Whether to explicitly specify the target triple as the the linker
62+
/// Whether to explicitly specify the target triple as the linker
6363
/// '--target'. This is not desirable on all platforms, and subclasses may
6464
/// override this method to return false in those cases.
6565
virtual bool shouldSpecifyTargetTripleToLinker() const;

0 commit comments

Comments
 (0)