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

kotborealis committed May 30, 2025 at 18:16 UTC a2aa0aa60aa2beafd7e547cecfd15e063aa1bfc1
1 file changed +3 -2
src/linux/init/wslpath.cpp
+3 -2
@@ -8,7 +8,7 @@ Module Name:
8
9 Abstract:
10
11 - This file wslpath function definitions.
11 + This file contains the function definitions for wslpath.
12
13 --*/
14
@@ -63,7 +63,8 @@ Arguments:
63
64 Return Value:
65
66 - 0 on success, <0 on failure.
66 + The absolute path as a string.
67 + Returns an empty string on failure.
68
69 --*/
70