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)
llvm-svn: 232327

llvm/lib/CodeGen/ExecutionDepsFix.cpp

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