From: Joel Rosdahl Date: Sun, 29 Jul 2012 20:07:44 +0000 (+0200) Subject: Correct doc string of make_relative_path X-Git-Tag: v3.1.8~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7ab8a9c9258fc28ab0bc4d890d50ad8793a84624;p=thirdparty%2Fccache.git Correct doc string of make_relative_path --- diff --git a/ccache.c b/ccache.c index 1f8ee64eb..3a90bc647 100644 --- a/ccache.c +++ b/ccache.c @@ -380,8 +380,8 @@ ignore: } /* - * Make a relative path from CCACHE_BASEDIR to path. Takes over ownership of - * path. Caller frees. + * Make a relative path from current working directory to path if CCACHE_PREFIX + * is a prefix of path. Takes over ownership of path. Caller frees. */ static char * make_relative_path(char *path)