]> granicus.if.org Git - clang/commitdiff
fix a typo
authorGabor Greif <ggreif@gmail.com>
Tue, 17 Apr 2012 11:16:26 +0000 (11:16 +0000)
committerGabor Greif <ggreif@gmail.com>
Tue, 17 Apr 2012 11:16:26 +0000 (11:16 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@154920 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Driver/ToolChains.cpp

index 67697569c43f924f1c4edc6b1262e4131ca72f83..27102d83185018f6a5f13209a2e0be90ba3ac087 100644 (file)
@@ -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