diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-05-10 07:06:43 +0200 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-05-10 07:06:43 +0200 |
| commit | 84b0e780dfd9272b177c32cc3bb99f37bb88304d (patch) | |
| tree | 44d596f6511eae83b8762aa42550b100d5646de6 /Kernel/NewKit | |
| parent | 915c14eb3b717bbd168d069e296a4246c6aef117 (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 /// |
