summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2022-03-27 22:02:17 +0800
committerruki <[email protected]>2022-03-27 22:02:17 +0800
commit0fcbe01f3875c57e8f1f7913e29313b016b9c97f (patch)
treefcfd2ab794ca5a81130b2f42702b3ffc0e17dda9
parent9e6ea63e268ce65a012c3a336863ccd4432bd252 (diff)
update comments
-rw-r--r--xmake/rules/c++/modules/build_modules/clang.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/rules/c++/modules/build_modules/clang.lua b/xmake/rules/c++/modules/build_modules/clang.lua
index 6f46dce2e..5a7b108ac 100644
--- a/xmake/rules/c++/modules/build_modules/clang.lua
+++ b/xmake/rules/c++/modules/build_modules/clang.lua
@@ -58,7 +58,7 @@ function build_with_batchjobs(target, batchjobs, sourcebatch, opt)
end
assert(modulesflag, "compiler(clang): does not support c++ module!")
- -- get the module cache directory, @note we must same cache directory for each targets
+ -- get the module cache directory, @note we must use same cache directory for each targets
-- @see https://github.com/xmake-io/xmake/issues/2194
--
local cachedir = path.join(config.buildir(), ".gens", "rules", "modules", "cache")