commit dce1f63d4407da0530111ebe049f286a38110f17
parent 4413b98190d94b543b85f57ac3c58f29d4bb96f1
Author: teor <teor@torproject.org>
Date: Wed, 30 Oct 2019 16:15:43 +1000
fs: Clarify an ambiguous comment about string/pointer equality
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/lib/fs/path.c b/src/lib/fs/path.c
@@ -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)
{