From: Joel Rosdahl Date: Thu, 8 Aug 2013 16:04:44 +0000 (+0200) Subject: Correct make_relative_path comment X-Git-Tag: v3.1.10~26 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d182f8c28358e15ccaabad046749c0665a19f80b;p=thirdparty%2Fccache.git Correct make_relative_path comment --- diff --git a/ccache.c b/ccache.c index 02dbdfab8..38652e12b 100644 --- a/ccache.c +++ b/ccache.c @@ -380,8 +380,9 @@ ignore: } /* - * 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. + * Make a relative path from current working directory to path if + * CCACHE_BASEDIR is a prefix of path. Takes over ownership of path. Caller + * frees. */ static char * make_relative_path(char *path)