summaryrefslogtreecommitdiff
path: root/xmake/core/base/pipe.lua
diff options
context:
space:
mode:
Diffstat (limited to 'xmake/core/base/pipe.lua')
-rw-r--r--xmake/core/base/pipe.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/core/base/pipe.lua b/xmake/core/base/pipe.lua
index be798a606..3252ef5e4 100644
--- a/xmake/core/base/pipe.lua
+++ b/xmake/core/base/pipe.lua
@@ -48,7 +48,7 @@ function _instance:name()
return self._NAME
end
--- get poller object type, poller.OT_instance
+-- get poller object type, poller.OT_PIPE
function _instance:otype()
return 2
end