From 4526dd3c8b56729dc6b5a24d9dafb1915e89945b Mon Sep 17 00:00:00 2001 From: Leigh McCulloch Date: Sun, 9 Sep 2018 03:36:07 +0000 Subject: [PATCH] windows: correct misspelling in comment The comment for ConsoleScreenBufferInfo uses the word 'retreive' that is a misspelling of 'retrieve'. Change-Id: Idd9fb0c5082b6a2b10badbbb162e312710bfe68b GitHub-Last-Rev: 08d62a57df113291ea0abd7198bae7d15fa6f075 GitHub-Pull-Request: golang/sys#18 Reviewed-on: https://go-review.googlesource.com/134221 Reviewed-by: Ian Lance Taylor --- windows/types_windows.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/types_windows.go b/windows/types_windows.go index 4d0402a3..141ca81b 100644 --- a/windows/types_windows.go +++ b/windows/types_windows.go @@ -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.