mirror of
https://github.com/golang/sys.git
synced 2026-02-08 11:46:04 +03:00
windows: correct misspelling in comment
The comment for ConsoleScreenBufferInfo uses the word 'retreive' that is a misspelling of 'retrieve'.
This commit is contained in:
@@ -1453,7 +1453,7 @@ type SmallRect struct {
|
||||
Bottom int16
|
||||
}
|
||||
|
||||
// Used with GetConsoleScreenBuffer to retreive information about a console
|
||||
// Used with GetConsoleScreenBuffer to retrieve information about a console
|
||||
// screen buffer. See
|
||||
// https://docs.microsoft.com/en-us/windows/console/console-screen-buffer-info-str
|
||||
// for details.
|
||||
|
||||
Reference in New Issue
Block a user