From 917938db87fee3a905a78c499d2fe1dc2f0b5ca5 Mon Sep 17 00:00:00 2001 From: Amlal Date: Fri, 21 Feb 2025 18:39:09 +0100 Subject: ADD: Better documentation. Signed-off-by: Amlal --- dev/Kernel/HALKit/AMD64/Storage/AHCI.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev/Kernel') 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) { -- cgit v1.2.3