diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-10-21 10:07:34 +0200 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-10-21 10:07:34 +0200 |
| commit | 94a3d6b4656d4c2905da173b7ff6ecb074566ea3 (patch) | |
| tree | 2fe76b5d9e6028519d8904c485753e1ed71c974c /dev | |
| parent | 555e7c5a3aff136489949938d38e286ca863d59d (diff) | |
IMP: Improve io_construct_drive documentation.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'dev')
| -rw-r--r-- | dev/zka/src/DriveMgr.cxx | 2 |
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; |
