From 442d5f6c4b2395914c5970012916ce3746a39c39 Mon Sep 17 00:00:00 2001 From: Michael Gottesman Date: Tue, 27 Aug 2013 04:43:03 +0000 Subject: [PATCH] Fixed typo. Noticed by Stephen Checkoway . git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@189312 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Transforms/IPO/StripSymbols.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Transforms/IPO/StripSymbols.cpp b/lib/Transforms/IPO/StripSymbols.cpp index fe9667ea8fa..1792aa866d2 100644 --- a/lib/Transforms/IPO/StripSymbols.cpp +++ b/lib/Transforms/IPO/StripSymbols.cpp @@ -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 - // 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; -- 2.34.1