From 224e747b04022a5b8f8577fd730e907febf90a75 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Mon, 30 Dec 2024 20:26:54 +0100 Subject: Add missing LPC error codes Signed-off-by: Amlal El Mahrouss --- dev/Kernel/KernelKit/Heap.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'dev/Kernel') diff --git a/dev/Kernel/KernelKit/Heap.h b/dev/Kernel/KernelKit/Heap.h index f7d5d766..6ba146c0 100644 --- a/dev/Kernel/KernelKit/Heap.h +++ b/dev/Kernel/KernelKit/Heap.h @@ -7,9 +7,9 @@ #ifndef INC_KERNEL_HEAP_H #define INC_KERNEL_HEAP_H -// last-rev 30/01/24 -// file: Heap.h -// description: heap allocation support. +/// @date 30/01/24 +/// @file: Heap.h +/// @brief: heap allocation support. #include #include -- cgit v1.2.3