From 176de7413414c01569163271c745672ff04a7267 Mon Sep 17 00:00:00 2001 From: Alex Brainman Date: Thu, 26 Oct 2017 09:50:40 +1100 Subject: [PATCH] windows: change 'more then' to 'more than' Copy CL 17488 into golang.org/x/sys/windows. Change-Id: I4c6bf14982dd1fc2b8aa70ec16ad7b7c18e76bae Reviewed-on: https://go-review.googlesource.com/73353 Reviewed-by: Tim Cooper Reviewed-by: Ian Lance Taylor --- windows/dll_windows.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/windows/dll_windows.go b/windows/dll_windows.go index b9940f16..e92c05b2 100644 --- a/windows/dll_windows.go +++ b/windows/dll_windows.go @@ -116,7 +116,7 @@ func (p *Proc) Addr() uintptr { //go:uintptrescapes -// Call executes procedure p with arguments a. It will panic, if more then 15 arguments +// Call executes procedure p with arguments a. It will panic, if more than 15 arguments // are supplied. // // The returned error is always non-nil, constructed from the result of GetLastError. @@ -297,7 +297,7 @@ func (p *LazyProc) Addr() uintptr { //go:uintptrescapes -// Call executes procedure p with arguments a. It will panic, if more then 15 arguments +// Call executes procedure p with arguments a. It will panic, if more than 15 arguments // are supplied. It will also panic if the procedure cannot be found. // // The returned error is always non-nil, constructed from the result of GetLastError.