summaryrefslogtreecommitdiffhomepage
path: root/Kernel/Sources/DriveManager.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'Kernel/Sources/DriveManager.cxx')
-rw-r--r--Kernel/Sources/DriveManager.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/Kernel/Sources/DriveManager.cxx b/Kernel/Sources/DriveManager.cxx
index fa4b8298..039a4e00 100644
--- a/Kernel/Sources/DriveManager.cxx
+++ b/Kernel/Sources/DriveManager.cxx
@@ -13,7 +13,7 @@
/// @file DriveManager.cxx
/// @brief Kernel drive manager.
-namespace NewOS
+namespace Kernel
{
static UInt16 kATAIO = 0U;
static UInt8 kATAMaster = 0U;
@@ -146,4 +146,4 @@ namespace NewOS
return trait;
}
-} // namespace NewOS
+} // namespace Kernel