fix a typo

llvm-svn: 154920
This commit is contained in:
Gabor Greif 2012-04-17 11:16:26 +00:00
parent 9891b6f975
commit 8a45d57a1d
1 changed files with 1 additions and 1 deletions

View 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