From d182f8c28358e15ccaabad046749c0665a19f80b Mon Sep 17 00:00:00 2001 From: Joel Rosdahl Date: Thu, 8 Aug 2013 18:04:44 +0200 Subject: [PATCH] Correct make_relative_path comment --- ccache.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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) -- 2.47.2