summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-10-21 10:07:34 +0200
committerAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-10-21 10:07:34 +0200
commit94a3d6b4656d4c2905da173b7ff6ecb074566ea3 (patch)
tree2fe76b5d9e6028519d8904c485753e1ed71c974c
parent555e7c5a3aff136489949938d38e286ca863d59d (diff)
IMP: Improve io_construct_drive documentation.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
-rw-r--r--dev/zka/src/DriveMgr.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/zka/src/DriveMgr.cxx b/dev/zka/src/DriveMgr.cxx
index 9a8e98cd..4164674b 100644
--- a/dev/zka/src/DriveMgr.cxx
+++ b/dev/zka/src/DriveMgr.cxx
@@ -128,7 +128,7 @@ namespace Kernel
}
/// @brief Makes a new drive.
- /// @return the new drive.
+ /// @return the new blank drive.
DriveTrait io_construct_drive() noexcept
{
DriveTrait trait;