From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=212.227.15.15; helo=mout.gmx.net; envelope-from=coeur@gmx.fr; receiver=edk2-devel@lists.01.org Received: from mout.gmx.net (mout.gmx.net [212.227.15.15]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id C2C66211CAC89 for ; Wed, 6 Feb 2019 07:51:24 -0800 (PST) Received: from [47.52.140.127] ([47.52.140.127]) by web-mail.gmx.net (3c-app-gmx-bs19.server.lan [172.19.170.71]) (via HTTP); Wed, 6 Feb 2019 16:51:22 +0100 MIME-Version: 1.0 Message-ID: From: "Antoine Coeur" To: edk2-devel@lists.01.org Date: Wed, 6 Feb 2019 16:51:22 +0100 Importance: normal Sensitivity: Normal X-Priority: 3 X-Provags-ID: V03:K1:5wrcIbx2QMSc3gjCzEiXHCGnyY0o3l4Burb4rYprdUvGtLZR8zR1LZIPkVwPSfEbUpsS/ aPz6RFO1+gaVFEcZcSI4qwrw8TWI9qVvsC7F9+o75UhUBnwbAHxvKg1dBCmit3VkEFU97LF8A/x6 GUrUHspNmSyCdWDG0yoN+YPV7trma1iKQPgIpH/+CpegkQtoeRCx3iw3cmEL6M267viOMG1PHEVc 6dfyeDfkQ1EmKn7u6D1gIHGsSwa7VKqjYGoCsRt0wU8wlztiwCOieLlnm4wVJFntfDasSA/BIiEg 7s= X-Spam-Flag: NO X-UI-Out-Filterresults: notjunk:1;V03:K0:N+b0Kq5p2PY=:bTeI+R+B0hqSLMVxHIDKrS Ogx/NJd9POG9m0H8biuqQQEGI1sor16BFUppF/IyLrBe3z9wxu5O2lXYCHxvFETVKRrDgIT52 o3REu07ZKmH5W5zaaNuw9tje4Io54ZX3L1jhQyBosG0mzgwV+Pz/Ur/TfYVxAHohCT3cp2+nG zV3ykjThuUHK3LdIriujofR8NrSo3WCk4ipR+/2Bjw+OsY89xwv1YVYObemH4DCLc+g311vP1 hPM6SvA8VS0HUb45xAzXq1lJ6yp3CmdI0tWLCRLr22Pnsb4n+Rkazlj92z/k8d7zj3GsfglQy 2qKbNoWFjFETwSmy8vnzx5IR+kWxZPtysPVbh+qVR9fIvlMQp/4mbTJlIeabuetWwuHAP3sXV oCKQcE3eXzTvHiG29EZAC3XJHT7XKGw1sPYLqS/i0ZGxdYlCvOc3wQi3hK9a1evv/xtDV75AV 4Vw2QeeRZTn6sDgyJqeXnfKGIKLZ0gZISF6IcOdcQQeDHpO5TreFzSeNcbjbSZobQK1weqLHQ mUIiGz3fZb7D4ztofTXp7UKFgGalLgyEsTK3SiODVyFqJKu9o24TnNjZ8sX+x0JMsC+CjRX2g ErZw3zL4vW2TM= Subject: [PATCH v2] BeagleBoardPkg: Fix various typos X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Feb 2019 15:51:25 -0000 Content-Type: text/plain; charset=UTF-8 Fix various typos in BeagleBoardPkg. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Coeur --- BeagleBoardPkg/BeagleBoardPkg.dsc | 4 ++-- BeagleBoardPkg/Library/BeagleBoardLib/Clock.c | 2 +- BeagleBoardPkg/Library/DxeHobPeCoffLib/DxeHobPeCoff.c | 4 ++-- BeagleBoardPkg/PrePi/LzmaDecompress.h | 2 +- BeagleBoardPkg/Tools/replace.c | 6 +++--- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/BeagleBoardPkg/BeagleBoardPkg.dsc b/BeagleBoardPkg/BeagleBoardPkg.dsc index e0fee3692f..d677ab3eed 100644 --- a/BeagleBoardPkg/BeagleBoardPkg.dsc +++ b/BeagleBoardPkg/BeagleBoardPkg.dsc @@ -71,7 +71,7 @@ # Uncomment (and comment out the next line) For RealView Debugger. The Standard IO window # in the debugger will show load and unload commands for symbols. You can cut and paste this # into the command window to load symbols. We should be able to use a script to do this, but - # the version of RVD I have does not support scipts accessing system memory. + # the version of RVD I have does not support scripts accessing system memory. # # PeCoffExtraActionLib|ArmPkg/Library/RvdPeCoffExtraActionLib/RvdPeCoffExtraActionLib.inf PeCoffExtraActionLib|ArmPkg/Library/DebugPeCoffExtraActionLib/DebugPeCoffExtraActionLib.inf @@ -303,7 +303,7 @@ # Values are in EFI Pages (4K). DXE Core will make sure that # at least this much of each type of memory can be allocated # from a single memory range. This way you only end up with -# maximum of two fragements for each type in the memory map +# maximum of two fragments for each type in the memory map # (the memory used, and the free memory that was prereserved # but not used). # diff --git a/BeagleBoardPkg/Library/BeagleBoardLib/Clock.c b/BeagleBoardPkg/Library/BeagleBoardLib/Clock.c index 6ca48e0c9f..4ca07ce7bc 100644 --- a/BeagleBoardPkg/Library/BeagleBoardLib/Clock.c +++ b/BeagleBoardPkg/Library/BeagleBoardLib/Clock.c @@ -61,7 +61,7 @@ ClockInit ( | CM_ICLKEN_PER_EN_GPIO5_ENABLE | CM_ICLKEN_PER_EN_GPIO6_ENABLE); - // Turn on functional & inteface clocks to various wakeup modules. + // Turn on functional & interface clocks to various wakeup modules. MmioOr32(CM_FCLKEN_WKUP, CM_FCLKEN_WKUP_EN_GPIO1_ENABLE | CM_FCLKEN_WKUP_EN_WDT2_ENABLE); MmioOr32(CM_ICLKEN_WKUP, CM_ICLKEN_WKUP_EN_GPIO1_ENABLE diff --git a/BeagleBoardPkg/Library/DxeHobPeCoffLib/DxeHobPeCoff.c b/BeagleBoardPkg/Library/DxeHobPeCoffLib/DxeHobPeCoff.c index bcc694816a..0e81536ca6 100644 --- a/BeagleBoardPkg/Library/DxeHobPeCoffLib/DxeHobPeCoff.c +++ b/BeagleBoardPkg/Library/DxeHobPeCoffLib/DxeHobPeCoff.c @@ -182,13 +182,13 @@ PeCoffLoaderImageReadFromMemory ( /** - Reapply fixups on a fixed up PE32/PE32+ image to allow virutal calling at EFI + Reapply fixups on a fixed up PE32/PE32+ image to allow virtual calling at EFI runtime. This function reapplies relocation fixups to the PE/COFF image specified by ImageBase and ImageSize so the image will execute correctly when the PE/COFF image is mapped to the address specified by VirtualImageBase. RelocationData must be identical - to the FiuxupData buffer from the PE_COFF_LOADER_IMAGE_CONTEXT structure + to the FixupData buffer from the PE_COFF_LOADER_IMAGE_CONTEXT structure after this PE/COFF image was relocated with PeCoffLoaderRelocateImage(). Note that if the platform does not maintain coherency between the instruction cache(s) and the data diff --git a/BeagleBoardPkg/PrePi/LzmaDecompress.h b/BeagleBoardPkg/PrePi/LzmaDecompress.h index a79ff343d2..3b67ee05cc 100644 --- a/BeagleBoardPkg/PrePi/LzmaDecompress.h +++ b/BeagleBoardPkg/PrePi/LzmaDecompress.h @@ -25,7 +25,7 @@ If the required information can not be retrieved from InputSection, then RETURN_INVALID_PARAMETER is returned. If the GUID of InputSection does match the GUID that this handler supports, - then the size required to hold the decoded buffer is returned in OututBufferSize, + then the size required to hold the decoded buffer is returned in OutputBufferSize, the size of an optional scratch buffer is returned in ScratchSize, and the Attributes field from EFI_GUID_DEFINED_SECTION header of InputSection is returned in SectionAttribute. diff --git a/BeagleBoardPkg/Tools/replace.c b/BeagleBoardPkg/Tools/replace.c index 00f4249592..d974ac1bcd 100644 --- a/BeagleBoardPkg/Tools/replace.c +++ b/BeagleBoardPkg/Tools/replace.c @@ -102,7 +102,7 @@ main (int argc, char **argv) return -5; } - // Search for a match by reading every possition of the file + // Search for a match by reading every position of the file // into a buffer that is as big as the maximum search key size. // Then we can search the keys for a match. If no match // copy the old file character to the new file. If it is a match @@ -130,8 +130,8 @@ main (int argc, char **argv) InFilePos++; } - // We stoped searching when we got to the point that we could no longer match. - // So the last few bytes of the file are not copied in the privous loop + // We stopped searching when we got to the point that we could no longer match. + // So the last few bytes of the file are not copied in the previous loop fseek (In, InFilePos, SEEK_SET); while ((c = fgetc (In)) != EOF) { fputc (c, Out); -- 2.17.2 (Apple Git-113)