summaryrefslogtreecommitdiff
path: root/src/arch/power/pagetable.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/power/pagetable.hh')
-rw-r--r--src/arch/power/pagetable.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/power/pagetable.hh b/src/arch/power/pagetable.hh
index bd2b9d397..a5f18eba9 100644
--- a/src/arch/power/pagetable.hh
+++ b/src/arch/power/pagetable.hh
@@ -152,7 +152,7 @@ struct PTE
void unserialize(Checkpoint *cp, const std::string &section);
};
-} // PowerISA namespace
+} // namespace PowerISA
#endif // __ARCH_POWER_PAGETABLE_H__