summaryrefslogtreecommitdiff
path: root/xmake/modules
diff options
context:
space:
mode:
authorruki <[email protected]>2021-02-18 00:42:39 +0800
committerruki <[email protected]>2021-02-18 00:42:39 +0800
commitdea9f7da910bdce796c8eafb09fc85f382c5f7d6 (patch)
tree00f92789104ec26ef7e43ad55086e840648cbed5 /xmake/modules
parent95f51bf95445d86e9cfddfb11b0d3897fc06cd15 (diff)
fix comments
Diffstat (limited to 'xmake/modules')
-rw-r--r--xmake/modules/detect/tools/find_dumpbin.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmake/modules/detect/tools/find_dumpbin.lua b/xmake/modules/detect/tools/find_dumpbin.lua
index 4520e84c1..de56d66de 100644
--- a/xmake/modules/detect/tools/find_dumpbin.lua
+++ b/xmake/modules/detect/tools/find_dumpbin.lua
@@ -22,7 +22,7 @@
import("lib.detect.find_program")
import("lib.detect.find_programver")
--- find cl
+-- find dumpbin
--
-- @param opt the argument options, e.g. {version = true}
--
@@ -30,7 +30,7 @@ import("lib.detect.find_programver")
--
-- @code
--
--- local cl = find_dumpbin()
+-- local dumpbin = find_dumpbin()
--
-- @endcode
--