mirror of
https://github.com/microsoft/WSL.git
synced 2025-12-10 00:44:55 -06:00
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
This commit is contained in:
parent
0fcad801bc
commit
a2aa0aa60a
@ -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.
|
||||
|
||||
--*/
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user