summaryrefslogtreecommitdiffhomepage
path: root/Kernel/NewKit
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-05-10 07:06:43 +0200
committerAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-05-10 07:06:43 +0200
commit84b0e780dfd9272b177c32cc3bb99f37bb88304d (patch)
tree44d596f6511eae83b8762aa42550b100d5646de6 /Kernel/NewKit
parent915c14eb3b717bbd168d069e296a4246c6aef117 (diff)
MHR-23: Getting SMP to work...
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'Kernel/NewKit')
-rw-r--r--Kernel/NewKit/ApplicationInterface.hxx (renamed from Kernel/NewKit/Application.hxx)2
1 files changed, 1 insertions, 1 deletions
diff --git a/Kernel/NewKit/Application.hxx b/Kernel/NewKit/ApplicationInterface.hxx
index 19a892d6..09d2c901 100644
--- a/Kernel/NewKit/Application.hxx
+++ b/Kernel/NewKit/ApplicationInterface.hxx
@@ -8,7 +8,7 @@
///
/// @brief Application object, given by the OS to the process. interact with the OS.
-/// @file Application.hxx
+/// @file ApplicationInterface.hxx
/// @author Amlal EL Mahrouss
///