summaryrefslogtreecommitdiffhomepage
path: root/Kernel/NetworkKit/NetworkDevice.hpp
diff options
context:
space:
mode:
authorAmlal EL Mahrouss <amlalelmahrouss@icloud.com>2024-07-30 10:01:42 +0200
committerAmlal EL Mahrouss <amlalelmahrouss@icloud.com>2024-07-30 10:01:42 +0200
commit6ea68d219dc3a1bcc0deef1683e8442082025940 (patch)
tree5a6879105a374bb4353959790d85c5de88de6be8 /Kernel/NetworkKit/NetworkDevice.hpp
parentbf642edd6c77d405637f0695452460640b8e540d (diff)
[IMP] SCIKit: SharedInterface1 and UnknownInterface, both are defined in foreign SOs.
[REFACTOR] IPCEP is just now IPC. Signed-off-by: Amlal EL Mahrouss <amlalelmahrouss@icloud.com>
Diffstat (limited to 'Kernel/NetworkKit/NetworkDevice.hpp')
-rw-r--r--Kernel/NetworkKit/NetworkDevice.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Kernel/NetworkKit/NetworkDevice.hpp b/Kernel/NetworkKit/NetworkDevice.hpp
index 956475aa..eed5f071 100644
--- a/Kernel/NetworkKit/NetworkDevice.hpp
+++ b/Kernel/NetworkKit/NetworkDevice.hpp
@@ -62,7 +62,7 @@ namespace Kernel
/// @brief PPP device.
using PPPNetworkDevice = NetworkDevice;
- /// @brief IPCEP device.
+ /// @brief IPC device.
using IPCEPNetworkDevice = NetworkDevice;
/// @brief GRPS device.