From 1c2e6c4f717b58170e6b94d8573d6e9a1681988a Mon Sep 17 00:00:00 2001 From: Vitaly Date: Fri, 18 Oct 2024 10:44:38 +0200 Subject: [PATCH] Updated the inline documentation of the ReadModuleDebugValue() template. --- src/lib/zswapdebug/zswapdebug.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/lib/zswapdebug/zswapdebug.hpp b/src/lib/zswapdebug/zswapdebug.hpp index 6b7916d..5604ccb 100644 --- a/src/lib/zswapdebug/zswapdebug.hpp +++ b/src/lib/zswapdebug/zswapdebug.hpp @@ -122,10 +122,10 @@ class ZSwapDebug unsigned long ReadModuleDebugValueUnsigned(const std::string&) const; /** - * Reads the debug value of the ZSwap kernel module by the - * specified name. Template function. + * Template method for reading the debug value of the ZSwap + * kernel module by the specified name as the specified type. * @param Name Debug value name. - * @param Default Default value. + * @param Default Default value if cannot be read. * @returns Value of the specified type. */ template