summaryrefslogtreecommitdiffhomepage
path: root/Kernel/Sources/String.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'Kernel/Sources/String.cxx')
-rw-r--r--Kernel/Sources/String.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/Kernel/Sources/String.cxx b/Kernel/Sources/String.cxx
index fab12226..8dd4b7bf 100644
--- a/Kernel/Sources/String.cxx
+++ b/Kernel/Sources/String.cxx
@@ -8,7 +8,7 @@
#include <NewKit/Utils.hpp>
#include <KernelKit/DebugOutput.hpp>
-namespace NewOS
+namespace Kernel
{
Char* StringView::Data()
{
@@ -245,4 +245,4 @@ namespace NewOS
return *this;
}
-} // namespace NewOS
+} // namespace Kernel