windows: correct misspelling in comment

The comment for ConsoleScreenBufferInfo uses the word 'retreive' that
is a misspelling of 'retrieve'.
This commit is contained in:
Leigh McCulloch
2018-09-09 03:32:46 +00:00
parent 917fdcba13
commit 08d62a57df

View File

@@ -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.