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:
kotborealis 2025-05-30 18:16:28 +03:00 committed by GitHub
parent 0fcad801bc
commit a2aa0aa60a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,7 +8,7 @@ Module Name:
Abstract: Abstract:
This file wslpath function definitions. This file contains the function definitions for wslpath.
--*/ --*/
@ -63,7 +63,8 @@ Arguments:
Return Value: Return Value:
0 on success, <0 on failure. The absolute path as a string.
Returns an empty string on failure.
--*/ --*/