fix typo: NFC
authorSanjay Patel <spatel@rotateright.com>
Sun, 15 Mar 2015 18:11:35 +0000 (18:11 +0000)
committerSanjay Patel <spatel@rotateright.com>
Sun, 15 Mar 2015 18:11:35 +0000 (18:11 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@232327 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/ExecutionDepsFix.cpp

index 4793fba76069b6a22b64f113ac8e66867ed5f872..8d4b952fc7945c3f5e178c7d2c181b56bd01a9d4 100644 (file)
@@ -125,7 +125,7 @@ struct LiveReg {
   /// will be a negative number.
   int Def;
 };
-} // anonynous namespace
+} // anonymous namespace
 
 namespace {
 class ExeDepsFix : public MachineFunctionPass {