]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
Correct make_relative_path comment
authorJoel Rosdahl <joel@rosdahl.net>
Thu, 8 Aug 2013 16:04:44 +0000 (18:04 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Thu, 8 Aug 2013 16:04:44 +0000 (18:04 +0200)
ccache.c

index 02dbdfab89150bdf2d4f349b815cdcd7b8fe642d..38652e12b6051906febe149eaaf45cd90e06bce7 100644 (file)
--- 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)