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. --*/