From 94a3d6b4656d4c2905da173b7ff6ecb074566ea3 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Mon, 21 Oct 2024 10:07:34 +0200 Subject: IMP: Improve io_construct_drive documentation. Signed-off-by: Amlal El Mahrouss --- dev/zka/src/DriveMgr.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.2.3