Fixed typo.
authorMichael Gottesman <mgottesman@apple.com>
Tue, 27 Aug 2013 04:43:03 +0000 (04:43 +0000)
committerMichael Gottesman <mgottesman@apple.com>
Tue, 27 Aug 2013 04:43:03 +0000 (04:43 +0000)
Noticed by Stephen Checkoway <s@pahtak.org>.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@189312 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/IPO/StripSymbols.cpp

index fe9667ea8fa54f54474de6c1ec95cc02be21ba6a..1792aa866d2ebe476f4595f40903a1e7fa9ab1be 100644 (file)
@@ -345,7 +345,7 @@ bool StripDeadDebugInfo::runOnModule(Module &M) {
   LLVMContext &C = M.getContext();
 
   // Find all debug info in F. This is actually overkill in terms of what we
   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;
   // of potential debug info changes by using the formal interfaces given to us
   // as much as possible.
   DebugInfoFinder F;