diff --git a/toolchain/toolchain-wrapper.c b/toolchain/toolchain-wrapper.c index 4dde0362b6..703d2fc042 100644 --- a/toolchain/toolchain-wrapper.c +++ b/toolchain/toolchain-wrapper.c @@ -526,7 +526,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;