From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-1.mimecast.com (us-smtp-1.mimecast.com [207.211.31.81]) by mx.groups.io with SMTP id smtpd.web12.8391.1575389812289663101 for ; Tue, 03 Dec 2019 08:16:52 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=iFinQQ9Z; spf=pass (domain: redhat.com, ip: 207.211.31.81, mailfrom: philmd@redhat.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1575389811; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=EgbUun9rAtVrOEscOZRSSazVGlSee3HXOeSfUZ+YJn0=; b=iFinQQ9Z0k9A7pMee2PuhUF4yrsDE0K45WTyjjhpENB26fP5M9lIU9qA9cpRyDDvDaoyz9 tCvuGR98XM6CpKr5R24AUSO8KSMRH5vpsxl5djGr97omeRR49yBe2yZHBVHPtIM/qmgUEd HKhrmwoKfmh1xRg9ACmUJ5jF+lAeNZ8= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-19-gwgvS2piMuqvTC_joI1tTw-1; Tue, 03 Dec 2019 11:16:49 -0500 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 72D2B18AAFA1; Tue, 3 Dec 2019 16:16:48 +0000 (UTC) Received: from x1w.redhat.com (ovpn-204-86.brq.redhat.com [10.40.204.86]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 3AE5D60C80; Tue, 3 Dec 2019 16:16:46 +0000 (UTC) From: =?UTF-8?B?UGhpbGlwcGUgTWF0aGlldS1EYXVkw6k=?= To: devel@edk2.groups.io Cc: Antoine Coeur , Jordan Justen , Andrew Fish , Ray Ni , Philippe Mathieu-Daude Subject: [PATCH 07/79] EmulatorPkg/Win: Fix various typos Date: Tue, 3 Dec 2019 17:14:50 +0100 Message-Id: <20191203161602.15969-8-philmd@redhat.com> In-Reply-To: <20191203161602.15969-1-philmd@redhat.com> References: <20191203161602.15969-1-philmd@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.12 X-MC-Unique: gwgvS2piMuqvTC_joI1tTw-1 X-Mimecast-Spam-Score: 0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable From: Antoine Coeur Fix various typos in comments and documentation. Cc: Jordan Justen Cc: Andrew Fish Cc: Ray Ni Reviewed-by: Philippe Mathieu-Daude Signed-off-by: Philippe Mathieu-Daude --- EmulatorPkg/Win/Host/WinGop.h | 2 +- EmulatorPkg/Win/Host/WinHost.h | 2 +- EmulatorPkg/Win/Host/WinBlockIo.c | 4 ++-- EmulatorPkg/Win/Host/WinFileSystem.c | 2 +- EmulatorPkg/Win/Host/WinGopInput.c | 4 ++-- EmulatorPkg/Win/Host/WinGopScreen.c | 14 +++++++------- EmulatorPkg/Win/Host/WinHost.c | 10 +++++----- 7 files changed, 19 insertions(+), 19 deletions(-) diff --git a/EmulatorPkg/Win/Host/WinGop.h b/EmulatorPkg/Win/Host/WinGop.h index 5943ca93b22f..7a8f01a37c92 100644 --- a/EmulatorPkg/Win/Host/WinGop.h +++ b/EmulatorPkg/Win/Host/WinGop.h @@ -78,7 +78,7 @@ typedef struct { UINT32 Width; UINT32 Height; // - // This screen is used to redraw the scree when windows events happen. I= t's + // This screen is used to redraw the screen when windows events happen. = It's // updated in the main thread and displayed in the windows thread. // BITMAPV4HEADER *VirtualScreenInfo; diff --git a/EmulatorPkg/Win/Host/WinHost.h b/EmulatorPkg/Win/Host/WinHost.= h index 185d864986ff..0e52c003fc63 100644 --- a/EmulatorPkg/Win/Host/WinHost.h +++ b/EmulatorPkg/Win/Host/WinHost.h @@ -82,7 +82,7 @@ Arguments: SecCorePe32File - SEC Core PE32 =20 Returns: - Success means control is transfered and thus we should never return + Success means control is transferred and thus we should never return =20 --*/ ; diff --git a/EmulatorPkg/Win/Host/WinBlockIo.c b/EmulatorPkg/Win/Host/WinBl= ockIo.c index 5ccd17388ea8..715d0c26cdbc 100644 --- a/EmulatorPkg/Win/Host/WinBlockIo.c +++ b/EmulatorPkg/Win/Host/WinBlockIo.c @@ -346,7 +346,7 @@ WinNtBlockIoReadBlocks ( the Event is NULL. @retval EFI_WRITE_PROTECTED The device can not be written to. @retval EFI_NO_MEDIA There is no media in the device. - @retval EFI_MEDIA_CHNAGED The MediaId does not matched the current d= evice. + @retval EFI_MEDIA_CHANGED The MediaId does not match the current dev= ice. @retval EFI_DEVICE_ERROR The device reported an error while perform= ing the write. @retval EFI_BAD_BUFFER_SIZE The Buffer was not a multiple of the block= size of the device. @retval EFI_INVALID_PARAMETER The write request contains LBAs that are n= ot valid, @@ -411,7 +411,7 @@ WinNtBlockIoWriteBlocks ( @retval EFI_SUCCESS The flush request was queued if Event is no= t NULL. All outstanding data was written correctly = to the device if the Event is NULL. - @retval EFI_DEVICE_ERROR The device reported an error while writting= back + @retval EFI_DEVICE_ERROR The device reported an error while writing = back the data. @retval EFI_WRITE_PROTECTED The device cannot be written to. @retval EFI_NO_MEDIA There is no media in the device. diff --git a/EmulatorPkg/Win/Host/WinFileSystem.c b/EmulatorPkg/Win/Host/Wi= nFileSystem.c index aab926889e0a..f6b06b1c9204 100644 --- a/EmulatorPkg/Win/Host/WinFileSystem.c +++ b/EmulatorPkg/Win/Host/WinFileSystem.c @@ -391,7 +391,7 @@ GetNextFileNameToken ( If FileName contains only a single L'\', return TRUE. If FileName contains two adjacent L'\', return FALSE. If FileName conatins L'/' , return FALSE. - If FielName contains more than two dots seperated with other FileName ch= aracters + If FileName contains more than two dots separated with other FileName ch= aracters by L'\', return FALSE. For example, L'.\...\filename.txt' is invalid pat= h name. But L'..TwoDots\filename.txt' is valid path name. =20 @param FileName The File Name String to check. diff --git a/EmulatorPkg/Win/Host/WinGopInput.c b/EmulatorPkg/Win/Host/WinG= opInput.c index 312a549847c5..6ae7aa4c371b 100644 --- a/EmulatorPkg/Win/Host/WinGopInput.c +++ b/EmulatorPkg/Win/Host/WinGopInput.c @@ -300,7 +300,7 @@ WinNtWndGetKey ( =20 Routine Description: Reads the next keystroke from the input device. The WaitForKey Event c= an - be used to test for existance of a keystroke via WaitForEvent () call. + be used to test for existence of a keystroke via WaitForEvent () call. =20 Arguments: Private - The private structure of WinNt Gop device. @@ -309,7 +309,7 @@ WinNtWndGetKey ( =20 Returns: EFI_SUCCESS - The keystroke information was returned. - EFI_NOT_READY - There was no keystroke data availiable. + EFI_NOT_READY - There was no keystroke data available. EFI_DEVICE_ERROR - The keystroke information was not returned due= to hardware errors. EFI_INVALID_PARAMETER - KeyData is NULL. diff --git a/EmulatorPkg/Win/Host/WinGopScreen.c b/EmulatorPkg/Win/Host/Win= GopScreen.c index fa34596497f8..74011e225e30 100644 --- a/EmulatorPkg/Win/Host/WinGopScreen.c +++ b/EmulatorPkg/Win/Host/WinGopScreen.c @@ -297,7 +297,7 @@ WinNtWndSize ( @param X X location on graphics screen. @param Y Y location on the graphics screen. @param Width Width of BltBuffer. - @param Height Hight of BltBuffer + @param Height Height of BltBuffer @param BltOperation Operation to perform on BltBuffer and vid= eo memory @param BltBuffer Buffer containing data to blt into video = buffer. This buffer has a size of @@ -311,7 +311,7 @@ WinNtWndSize ( =20 @retval EFI_SUCCESS The palette is updated with PaletteArray. @retval EFI_INVALID_PARAMETER BltOperation is not valid. - @retval EFI_DEVICE_ERROR A hardware error occured writting to the = video + @retval EFI_DEVICE_ERROR A hardware error occurred writing to the = video buffer. =20 **/ @@ -593,11 +593,11 @@ WinNtGopThreadWindowProc ( =20 =20 /** - This thread simulates the end of WinMain () aplication. Each Winow neded= s - to process it's events. The messages are dispatched to + This thread simulates the end of WinMain () application. Each Window nee= ds + to process its events. The messages are dispatched to WinNtGopThreadWindowProc (). - Be very careful sine WinNtGopThreadWinMain () and WinNtGopThreadWindowPr= oc () - are running in a seperate thread. We have to do this to process the even= ts. + Be very careful since WinNtGopThreadWinMain () and WinNtGopThreadWindowP= roc () + are running in a separate thread. We have to do this to process the even= ts. =20 @param lpParameter Handle of window to manage. =20 @@ -679,7 +679,7 @@ WinNtGopThreadWinMain ( ); =20 // - // The reset of this thread is the standard winows program. We need a sp= erate + // The reset of this thread is the standard windows program. We need a s= eparate // thread since we must process the message loop to make windows act lik= e // windows. // diff --git a/EmulatorPkg/Win/Host/WinHost.c b/EmulatorPkg/Win/Host/WinHost.= c index 62a89f7617af..cfee156b27b4 100644 --- a/EmulatorPkg/Win/Host/WinHost.c +++ b/EmulatorPkg/Win/Host/WinHost.c @@ -48,7 +48,7 @@ UINTN gFdInfoCount = =3D 0; NT_FD_INFO *gFdInfo; =20 // -// Array that supports seperate memory rantes. +// Array that supports separate memory ranges. // The memory ranges are set by PcdWinNtMemorySizeForSecMain. // The number of array elements is allocated base on parsing // PcdWinNtMemorySizeForSecMain value and the memory is never freed. @@ -105,7 +105,7 @@ WinPeiAutoScan ( =20 Routine Description: Return the FD Size and base address. Since the FD is loaded from a - file into host memory only the SEC will know it's address. + file into host memory only the SEC will know its address. =20 Arguments: Index - Which FD, starts at zero. @@ -273,7 +273,7 @@ Arguments: Returns: EFI_SUCCESS - The file was opened and mapped. EFI_NOT_FOUND - FileName was not found in the current directory - EFI_DEVICE_ERROR - An error occured attempting to map the opened file + EFI_DEVICE_ERROR - An error occurred attempting to map the opened file =20 --*/ { @@ -625,7 +625,7 @@ Arguments: SecCorePe32File - SEC Core PE32 =20 Returns: - Success means control is transfered and thus we should never return + Success means control is transferred and thus we should never return =20 --*/ { @@ -993,7 +993,7 @@ PeCoffLoaderRelocateImageExtraAction ( // the *.dll file as a library using Windows* APIs. This allows // source level debug. The image is still loaded and relocated // in the Framework memory space like on a real system (by the code abo= ve), - // but the entry point points into the DLL loaded by the code bellow. + // but the entry point points into the DLL loaded by the code below. // =20 DllEntryPoint =3D NULL; --=20 2.21.0