mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 22:58:50 +01:00
fs: Clarify an ambiguous comment about string/pointer equality
This commit is contained in:
parent
4413b98190
commit
dce1f63d44
1 changed files with 2 additions and 1 deletions
|
@ -255,7 +255,8 @@ alloc_getcwd(void)
|
|||
#endif /* !defined(_WIN32) */
|
||||
|
||||
/** Expand possibly relative path <b>fname</b> to an absolute path.
|
||||
* Return a newly allocated string, possibly equal to <b>fname</b>. */
|
||||
* Return a newly allocated string, which may be a duplicate of <b>fname</b>.
|
||||
*/
|
||||
char *
|
||||
make_path_absolute(char *fname)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue