summaryrefslogtreecommitdiff
path: root/src/arch/power/tlb.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/power/tlb.hh')
-rw-r--r--src/arch/power/tlb.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/power/tlb.hh b/src/arch/power/tlb.hh
index 8431b9ad1..7e5638cf1 100644
--- a/src/arch/power/tlb.hh
+++ b/src/arch/power/tlb.hh
@@ -167,6 +167,6 @@ class TLB : public BaseTLB
void regStats();
};
-} // PowerISA namespace
+} // namespace PowerISA
#endif // __ARCH_POWER_TLB_HH__