summaryrefslogtreecommitdiffhomepage
path: root/Private/KernelKit/Device.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'Private/KernelKit/Device.hpp')
-rw-r--r--Private/KernelKit/Device.hpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/Private/KernelKit/Device.hpp b/Private/KernelKit/Device.hpp
index 4ae968c2..e172880b 100644
--- a/Private/KernelKit/Device.hpp
+++ b/Private/KernelKit/Device.hpp
@@ -1,7 +1,7 @@
/*
* ========================================================
*
- * hCore
+ * HCore
* Copyright 2024 Mahrouss Logic, all rights reserved.
*
* ========================================================
@@ -9,14 +9,14 @@
#pragma once
-/* hCore */
+/* HCore */
/* File: KernelKit/Device.hpp */
/* Device abstraction utilities. */
#include <NewKit/ErrorOr.hpp>
#include <NewKit/Ref.hpp>
-namespace hCore
+namespace HCore
{
template<typename T>
class DeviceInterface;
@@ -91,4 +91,4 @@ namespace hCore
kDeviceCD,
kDeviceSwap,
};
-} // namespace hCore
+} // namespace HCore