]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
Correct make_relative_path description
authorJoel Rosdahl <joel@rosdahl.net>
Sun, 13 Mar 2011 21:09:22 +0000 (22:09 +0100)
committerJoel Rosdahl <joel@rosdahl.net>
Sun, 13 Mar 2011 21:09:22 +0000 (22:09 +0100)
ccache.c

index 5c8810291baadfaa47b721762caee3ef876ceb1f..93e07062ed7c460c240826bf59575d2ca347c4ed 100644 (file)
--- a/ccache.c
+++ b/ccache.c
@@ -427,8 +427,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 path is under
+ * CCACHE_BASEDIR. Takes over ownership of path. Caller frees.
  */
 static char *
 make_relative_path(char *path)