Skip to content

Commit a2aa0aa

Browse files
authored
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
1 parent 0fcad80 commit a2aa0aa

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/linux/init/wslpath.cpp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Module Name:
88
99
Abstract:
1010
11-
This file wslpath function definitions.
11+
This file contains the function definitions for wslpath.
1212
1313
--*/
1414

@@ -63,7 +63,8 @@ Routine Description:
6363
6464
Return Value:
6565
66-
0 on success, <0 on failure.
66+
The absolute path as a string.
67+
Returns an empty string on failure.
6768
6869
--*/
6970

0 commit comments

Comments
 (0)