summaryrefslogtreecommitdiff
path: root/xmake/rules/plugin/compile_commands/xmake.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2023-08-09 23:08:35 +0800
committerruki <[email protected]>2023-08-09 23:08:35 +0800
commit4182b1a29d085d59e1aca2389a2fc7ec53451885 (patch)
treef3ba61a928dc1e73d95cb67dce513ee72c7b57af /xmake/rules/plugin/compile_commands/xmake.lua
parentde118dc14662fd52294aab72c4f0d3a45c54bf24 (diff)
improve comment
Diffstat (limited to 'xmake/rules/plugin/compile_commands/xmake.lua')
-rw-r--r--xmake/rules/plugin/compile_commands/xmake.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/rules/plugin/compile_commands/xmake.lua b/xmake/rules/plugin/compile_commands/xmake.lua
index b834a4790..0683bbc81 100644
--- a/xmake/rules/plugin/compile_commands/xmake.lua
+++ b/xmake/rules/plugin/compile_commands/xmake.lua
@@ -42,7 +42,7 @@ rule("plugin.compile_commands.autoupdate")
return
end
- -- run only once for all xmake process in vs
+ -- run only once for all xmake process
local tmpfile = path.join(config.buildir(), ".gens", "rules", "plugin.compile_commands.autoupdate")
local dependfile = tmpfile .. ".d"
local lockfile = io.openlock(tmpfile .. ".lock")