From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-1.mimecast.com (us-smtp-1.mimecast.com [205.139.110.120]) by mx.groups.io with SMTP id smtpd.web12.6462.1581037731181499878 for ; Thu, 06 Feb 2020 17:08:51 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=CtjUa5cg; spf=pass (domain: redhat.com, ip: 205.139.110.120, mailfrom: philmd@redhat.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1581037730; 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=ZSDvdgD4wjEeEwS7294dlJ8tAm8AhX9AaZOjXRcu+Bw=; b=CtjUa5cgGSSYMjrKNJRRZ10qHjpueE1WKZYoUEpfzm0vjZOKPLh9UysJSY/J7cs2IAaVqZ WEkpUeQOC+k+jAdEaeAZLTlwtJtRVTlVR4efK+QykDgIvxzY3LVpFLmwPqm/ej1k97gebR mGOy7cQ7dQRhCVAPxnMzqIbjR4dQ8gA= 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-126-AQ_Y37eHN3Ox04tQ0mtZkA-1; Thu, 06 Feb 2020 20:08:45 -0500 Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.phx2.redhat.com [10.5.11.16]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 5ACC6800EB2; Fri, 7 Feb 2020 01:08:44 +0000 (UTC) Received: from x1w.redhat.com (ovpn-204-120.brq.redhat.com [10.40.204.120]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 4AD2D5C1BB; Fri, 7 Feb 2020 01:08:43 +0000 (UTC) From: =?UTF-8?B?UGhpbGlwcGUgTWF0aGlldS1EYXVkw6k=?= To: devel@edk2.groups.io Cc: Laszlo Ersek , Eric Dong Subject: [PATCH v3 06/78] EmulatorPkg/Win: Fix various typos Date: Fri, 7 Feb 2020 02:07:19 +0100 Message-Id: <20200207010831.9046-7-philmd@redhat.com> In-Reply-To: <20200207010831.9046-1-philmd@redhat.com> References: <20200207010831.9046-1-philmd@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.16 X-MC-Unique: AQ_Y37eHN3Ox04tQ0mtZkA-1 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com 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 Signed-off-by: Antoine Coeur Reviewed-by: Philippe Mathieu-Daude Acked-by: Liming Gao 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 @@ Routine Description: 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 @@ Routine Description: 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 @@ Routine Description: 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.1