[llvm] r189312 - Fixed typo.
Michael Gottesman
mgottesman at apple.com
Mon Aug 26 21:43:03 PDT 2013
Author: mgottesman
Date: Mon Aug 26 23:43:03 2013
New Revision: 189312
URL: http://llvm.org/viewvc/llvm-project?rev=189312&view=rev
Log:
Fixed typo.
Noticed by Stephen Checkoway <s at pahtak.org>.
Modified:
llvm/trunk/lib/Transforms/IPO/StripSymbols.cpp
Modified: llvm/trunk/lib/Transforms/IPO/StripSymbols.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Transforms/IPO/StripSymbols.cpp?rev=189312&r1=189311&r2=189312&view=diff
==============================================================================
--- llvm/trunk/lib/Transforms/IPO/StripSymbols.cpp (original)
+++ llvm/trunk/lib/Transforms/IPO/StripSymbols.cpp Mon Aug 26 23:43:03 2013
@@ -345,7 +345,7 @@ bool StripDeadDebugInfo::runOnModule(Mod
LLVMContext &C = M.getContext();
// Find all debug info in F. This is actually overkill in terms of what we
- // want to do, but we want to try and be as redundent as possible in the face
+ // want to do, but we want to try and be as resilient as possible in the face
// of potential debug info changes by using the formal interfaces given to us
// as much as possible.
DebugInfoFinder F;
More information about the llvm-commits
mailing list