summaryrefslogtreecommitdiffhomepage
path: root/dev/Kernel/HALKit
diff options
context:
space:
mode:
Diffstat (limited to 'dev/Kernel/HALKit')
-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)
{