From: Sanjay Patel Date: Sun, 15 Mar 2015 18:11:35 +0000 (+0000) Subject: fix typo: NFC X-Git-Tag: llvmorg-3.7.0-rc1~9173 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=12fa37f1bf3a117fc493a734a04fa64dd67fb2d5;p=platform%2Fupstream%2Fllvm.git fix typo: NFC llvm-svn: 232327 --- diff --git a/llvm/lib/CodeGen/ExecutionDepsFix.cpp b/llvm/lib/CodeGen/ExecutionDepsFix.cpp index 4793fba..8d4b952 100644 --- a/llvm/lib/CodeGen/ExecutionDepsFix.cpp +++ b/llvm/lib/CodeGen/ExecutionDepsFix.cpp @@ -125,7 +125,7 @@ struct LiveReg { /// will be a negative number. int Def; }; -} // anonynous namespace +} // anonymous namespace namespace { class ExeDepsFix : public MachineFunctionPass {