From a2aa0aa60aa2beafd7e547cecfd15e063aa1bfc1 Mon Sep 17 00:00:00 2001 From: kotborealis Date: Fri, 30 May 2025 18:16:28 +0300 Subject: [PATCH] docs: update comments in wslpath.cpp (#13010) Updated some comments in `wslpath.cpp`: * Bad wording in abstract * Return value description for AbsolutePath was mismatched with the signature --- src/linux/init/wslpath.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/linux/init/wslpath.cpp b/src/linux/init/wslpath.cpp index 0fd62b2..98af200 100644 --- a/src/linux/init/wslpath.cpp +++ b/src/linux/init/wslpath.cpp @@ -8,7 +8,7 @@ Module Name: Abstract: - This file wslpath function definitions. + This file contains the function definitions for wslpath. --*/ @@ -63,7 +63,8 @@ Arguments: Return Value: - 0 on success, <0 on failure. + The absolute path as a string. + Returns an empty string on failure. --*/