diff options
author | Gabor Greif <ggreif@gmail.com> | 2012-04-17 11:16:26 +0000 |
---|---|---|
committer | Gabor Greif <ggreif@gmail.com> | 2012-04-17 11:16:26 +0000 |
commit | 0407a04049016bdd6fe4fda462aa199d82c750d4 (patch) | |
tree | 83f04754145bb5ebf537ffc8e34c5ac33602f464 /lib/Driver/ToolChains.cpp | |
parent | 49a110db4c43835681bb89671f8f73c8d8c7c28c (diff) |
fix a typo
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@154920 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Driver/ToolChains.cpp')
-rw-r--r-- | lib/Driver/ToolChains.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Driver/ToolChains.cpp b/lib/Driver/ToolChains.cpp index 67697569c4..27102d8318 100644 --- a/lib/Driver/ToolChains.cpp +++ b/lib/Driver/ToolChains.cpp @@ -1103,7 +1103,7 @@ static StringRef getGCCToolchainDir(const ArgList &Args) { /// \brief Construct a GCCInstallationDetector from the driver. /// /// This performs all of the autodetection and sets up the various paths. -/// Once constructed, a GCCInstallation is esentially immutable. +/// Once constructed, a GCCInstallationDetector is essentially immutable. /// /// FIXME: We shouldn't need an explicit TargetTriple parameter here, and /// should instead pull the target out of the driver. This is currently |