[cfe-commits] r154920 - /cfe/trunk/lib/Driver/ToolChains.cpp
Gabor Greif
ggreif at gmail.com
Tue Apr 17 04:16:26 PDT 2012
Author: ggreif
Date: Tue Apr 17 06:16:26 2012
New Revision: 154920
URL: http://llvm.org/viewvc/llvm-project?rev=154920&view=rev
Log:
fix a typo
Modified:
cfe/trunk/lib/Driver/ToolChains.cpp
Modified: cfe/trunk/lib/Driver/ToolChains.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Driver/ToolChains.cpp?rev=154920&r1=154919&r2=154920&view=diff
==============================================================================
--- cfe/trunk/lib/Driver/ToolChains.cpp (original)
+++ cfe/trunk/lib/Driver/ToolChains.cpp Tue Apr 17 06:16:26 2012
@@ -1103,7 +1103,7 @@
/// \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
More information about the cfe-commits
mailing list