Fix typo.
authorEric Christopher <echristo@apple.com>
Fri, 18 Dec 2009 02:12:53 +0000 (02:12 +0000)
committerEric Christopher <echristo@apple.com>
Fri, 18 Dec 2009 02:12:53 +0000 (02:12 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@91657 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/MSIL/MSILWriter.cpp

index 949b91020fd2457ced9cd9381eb056576d89260b..b1661fee5ab3a494eb8c708c44b91342c90f6712 100644 (file)
@@ -1696,7 +1696,7 @@ bool MSILTarget::addPassesToEmitWholeFile(PassManager &PM,
   if (FileType != TargetMachine::AssemblyFile) return true;
   MSILWriter* Writer = new MSILWriter(o);
   PM.add(createGCLoweringPass());
-  // FIXME: Handle switch trougth native IL instruction "switch"
+  // FIXME: Handle switch through native IL instruction "switch"
   PM.add(createLowerSwitchPass());
   PM.add(createCFGSimplificationPass());
   PM.add(new MSILModule(Writer->UsedTypes,Writer->TD));