diff --git a/toolchain/toolchain-wrapper.c b/toolchain/toolchain-wrapper.c index e644c1e7bb..698d36b54f 100644 --- a/toolchain/toolchain-wrapper.c +++ b/toolchain/toolchain-wrapper.c @@ -520,7 +520,7 @@ int main(int argc, char **argv) } #endif #ifdef BR_CCACHE_BASEDIR - /* Allow compilercheck to be overridden through the environment */ + /* Allow basedir to be overridden through the environment */ if (setenv("CCACHE_BASEDIR", BR_CCACHE_BASEDIR, 0)) { perror(__FILE__ ": Failed to set CCACHE_BASEDIR"); return 3;