From dea9f7da910bdce796c8eafb09fc85f382c5f7d6 Mon Sep 17 00:00:00 2001 From: ruki Date: Thu, 18 Feb 2021 00:42:39 +0800 Subject: fix comments --- xmake/modules/detect/tools/find_dumpbin.lua | 4 ++-- 1 file 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 -- -- cgit v1.3.1