Fixed typo.
authorMichael Gottesman <mgottesman@apple.com>
Wed, 21 Aug 2013 22:53:54 +0000 (22:53 +0000)
committerMichael Gottesman <mgottesman@apple.com>
Wed, 21 Aug 2013 22:53:54 +0000 (22:53 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@188957 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/IPO/StripSymbols.cpp

index 14bbdc4d5a5cc3802bd2695c57e2d38a097db2d0..3d601b6a38b8bbf56c0f01776eabea96164f4c25 100644 (file)
@@ -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.