chore: fix comment (#4181)

Signed-off-by: piguagua <piguagua@aliyun.com>
This commit is contained in:
piguagua 2025-01-17 13:31:07 +08:00 committed by GitHub
parent 0d5aebb806
commit 03760011d7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,7 +15,7 @@ func TtyIn() (*os.File, error) {
return os.Stdin, nil return os.Stdin, nil
} }
// TtyIn on Windows returns nil // TtyOut on Windows returns nil
func TtyOut() (*os.File, error) { func TtyOut() (*os.File, error) {
return nil, nil return nil, nil
} }