From 0dc00645a26a85faf1b7cc93b9d5bae72f7ffcce Mon Sep 17 00:00:00 2001 From: Michael Gottesman Date: Wed, 21 Aug 2013 22:53:54 +0000 Subject: Fixed typo. llvm-svn: 188957 --- llvm/lib/Transforms/IPO/StripSymbols.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/lib') diff --git a/llvm/lib/Transforms/IPO/StripSymbols.cpp b/llvm/lib/Transforms/IPO/StripSymbols.cpp index 14bbdc4d5a5..3d601b6a38b 100644 --- a/llvm/lib/Transforms/IPO/StripSymbols.cpp +++ b/llvm/lib/Transforms/IPO/StripSymbols.cpp @@ -335,7 +335,7 @@ bool StripDebugDeclare::runOnModule(Module &M) { bool StripDeadDebugInfo::runOnModule(Module &M) { bool Changed = false; - // Debugging infomration is encoded in llvm IR using metadata. This is designed + // Debugging information is encoded in llvm IR using metadata. This is designed // such a way that debug info for symbols preserved even if symbols are // optimized away by the optimizer. This special pass removes debug info for // such symbols. -- cgit v1.2.3