From d9d42bcfeb444652ae198a6bd3481ce316549e55 Mon Sep 17 00:00:00 2001 From: Amlal EL Mahrouss Date: Sat, 29 Jun 2024 13:15:29 +0200 Subject: kernel: Use local error codes for kernel calls. So that we know which process caused the error, and it's not global as well. Signed-off-by: Amlal EL Mahrouss --- Kernel/FSKit/NewFS.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Kernel/FSKit') diff --git a/Kernel/FSKit/NewFS.hxx b/Kernel/FSKit/NewFS.hxx index 8b2129da..4c81dc85 100644 --- a/Kernel/FSKit/NewFS.hxx +++ b/Kernel/FSKit/NewFS.hxx @@ -268,7 +268,7 @@ namespace NewOS /// @brief Make a EPM+NewFS drive out of the disk. /// @param drive The drive to write on. - /// @return If it was sucessful, see DbgLastError(). + /// @return If it was sucessful, see ErrLocal(). bool Format(_Input _Output DriveTrait* drive); public: -- cgit v1.2.3