Skip to content

Commit

Permalink
Merge pull request #62 from marcauberer/master
Browse files Browse the repository at this point in the history
Fix typo in comment
  • Loading branch information
mattn committed Jul 12, 2021
2 parents 8b0c6d8 + be5a901 commit 712ea5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion isatty_windows.go
Expand Up @@ -76,7 +76,7 @@ func isCygwinPipeName(name string) bool {
}

// getFileNameByHandle use the undocomented ntdll NtQueryObject to get file full name from file handler
// since GetFileInformationByHandleEx is not avilable under windows Vista and still some old fashion
// since GetFileInformationByHandleEx is not available under windows Vista and still some old fashion
// guys are using Windows XP, this is a workaround for those guys, it will also work on system from
// Windows vista to 10
// see https://stackoverflow.com/a/18792477 for details
Expand Down

0 comments on commit 712ea5b

Please sign in to comment.