summaryrefslogtreecommitdiffhomepage
path: root/dev/Kernel/HALKit/AMD64
diff options
context:
space:
mode:
authorAmlal <amlal.elmahrouss@icloud.com>2025-02-21 18:39:09 +0100
committerAmlal <amlal.elmahrouss@icloud.com>2025-02-21 18:39:09 +0100
commit917938db87fee3a905a78c499d2fe1dc2f0b5ca5 (patch)
tree842e0a0ae89525301c2b16779bdfe7ef10bd172a /dev/Kernel/HALKit/AMD64
parent78e6bd9e58ecca16f5631d438aef3f941e266532 (diff)
ADD: Better documentation.
Signed-off-by: Amlal <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'dev/Kernel/HALKit/AMD64')
-rw-r--r--dev/Kernel/HALKit/AMD64/Storage/AHCI.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/Kernel/HALKit/AMD64/Storage/AHCI.cc b/dev/Kernel/HALKit/AMD64/Storage/AHCI.cc
index 9aaa949e..8334de7e 100644
--- a/dev/Kernel/HALKit/AMD64/Storage/AHCI.cc
+++ b/dev/Kernel/HALKit/AMD64/Storage/AHCI.cc
@@ -189,7 +189,7 @@ SizeT drv_get_size()
}
/// @brief Initializes an AHCI disk.
-/// @param pi the amount of kSATA that have been detected.
+/// @param pi the amount of ports that have been detected.
/// @return if the disk was successfully initialized or not.
Bool drv_std_init(UInt16& pi)
{