r216876 - Typo fix, no functionality change.
Alexander Potapenko
glider at google.com
Mon Sep 1 05:35:57 PDT 2014
Author: glider
Date: Mon Sep 1 07:35:57 2014
New Revision: 216876
URL: http://llvm.org/viewvc/llvm-project?rev=216876&view=rev
Log:
Typo fix, no functionality change.
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=216876&r1=216875&r2=216876&view=diff
==============================================================================
--- cfe/trunk/lib/Driver/ToolChains.cpp (original)
+++ cfe/trunk/lib/Driver/ToolChains.cpp Mon Sep 1 07:35:57 2014
@@ -3080,7 +3080,7 @@ Linux::Linux(const Driver &D, const llvm
// installation that is *not* within the system root to ensure two things:
//
// 1) Any DSOs that are linked in from this tree or from the install path
- // above must be preasant on the system root and found via an
+ // above must be present on the system root and found via an
// appropriate rpath.
// 2) There must not be libraries installed into
// <prefix>/<triple>/<libdir> unless they should be preferred over
More information about the cfe-commits
mailing list