summaryrefslogtreecommitdiffhomepage
path: root/dev/kernel/HALKit/AMD64/HalInterruptAPI.asm
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-03-31 07:06:00 +0200
committerAmlal El Mahrouss <amlal@nekernel.org>2025-03-31 07:06:00 +0200
commit2bcba69b77946c54ab1ede311787520acd56460a (patch)
treef156c3fde3a67cf7f52d69d114152f004c181bc0 /dev/kernel/HALKit/AMD64/HalInterruptAPI.asm
parent7129862620caa0074265d2eca6f4f0e7aa098d22 (diff)
meta/repository: fix capitalization on my name 'El' instead of 'EL'.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'dev/kernel/HALKit/AMD64/HalInterruptAPI.asm')
-rw-r--r--dev/kernel/HALKit/AMD64/HalInterruptAPI.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/kernel/HALKit/AMD64/HalInterruptAPI.asm b/dev/kernel/HALKit/AMD64/HalInterruptAPI.asm
index ffea6707..77f1d9a1 100644
--- a/dev/kernel/HALKit/AMD64/HalInterruptAPI.asm
+++ b/dev/kernel/HALKit/AMD64/HalInterruptAPI.asm
@@ -1,7 +1,7 @@
;; /*
;; * ---------------------------------------------------
;; *
-;; * Copyright (C) 2024-2025, Amlal EL Mahrouss, all rights reserved.
+;; * Copyright (C) 2024-2025, Amlal El Mahrouss, all rights reserved.
;; *
;; * File: HalInterruptAPI.asm
;; * Purpose: Interrupt API, redirect raw interrupts into their handlers.