From 7ab8a9c9258fc28ab0bc4d890d50ad8793a84624 Mon Sep 17 00:00:00 2001 From: Joel Rosdahl Date: Sun, 29 Jul 2012 22:07:44 +0200 Subject: [PATCH] Correct doc string of make_relative_path --- ccache.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) -- 2.47.2