tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

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:
Msrc/lib/fs/path.c | 3++-
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) {