fix typo: NFC
[oota-llvm.git] / 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 {