From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=212.227.17.21; 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.17.21]) (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 1DA04211C387E for ; Wed, 6 Feb 2019 01:21:11 -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 10:21:10 +0100 MIME-Version: 1.0 Message-ID: From: "Antoine Coeur" To: edk2-devel@lists.01.org Date: Wed, 6 Feb 2019 10:21:10 +0100 Importance: normal Sensitivity: Normal X-Priority: 3 X-Provags-ID: V03:K1:uRne+3NDauJWUDKWST9DIvR/rJERq0f6tXJ3zZ1yNRiHTG0oU4bMhF8TyQyVRH7nGFfig Wf2Wx/liW6u1Ow4hn4UADHUkL8GMvE/eCFxYe/EedZ7qrnLRkrX0UApoJAK2Z3r1axaBkVcDO1/K 1WHOx0/Ogw6o8Vr/Kn7B4dweFbDpyxxRXce3XnhZ2yZQyQfv/Wlj9Q6b9L4FaQuSlZt8HEIKj+1j QaNMQ/1imS8gzypp/hDqf+LmhaXxEjD8rQ9TLfy9Dkbe+VeORoLWqBMIQRgcPDLCZYGhtH1bbd1e mE= X-Spam-Flag: NO X-UI-Out-Filterresults: notjunk:1;V03:K0:3i0w7FL7kcM=:kIF6lVpb2RT5zvJGAyKiCz wYzmMG0VtcKwvfXV4Rkt/rdGqWMl2UudTg4itbHGWEUHyKIOVdF6ei9LGvU8xazGNVib5u/5M 4vcVvCJTZuLmQlN6HVi0nEr1oyor2q30TUDIYza0uL9CAAr6/P+WVPbQVj+PFfRYr5mHA1fLk IaY1+zrRnThuNlWl0mC42pC1F6ArM/p6CPeF3AM4SzI1v3zyYfl145NHdWhHqBcmbkGdE+QJ5 f/LKr3QCvyXdmUTUA1b2j1U8FaogtuRudzfMQPcLp6MmzhUz0+feWM0GJAA68Cy5lQzltt0uh v78l2F+VfR1eyKqj0YHt+x6jIGewtnxaFiy0MPYwow7KZpAkPrGKy8u4lvcxvvSnBlwB8axdk b9U0D2pNEs4+pAfC8vJB/Hu2Hb4lwHz1veo68530UlcgRVSLPujKStI8BQ2Raw+aJptZAJZA7 pF/0iqNocUE74WAQ4wFy2V+HtYzqgBff3OdfLUfuub8bVhGQKrrD1Zbn4XJbK8Xgls0z/6M2t gIsApQWALOE0Zafo6UBjUKqDPFVM2WQ+xpSlcTBL3uWQogM/b1l4tow6jQJc81H2R5ofy0Dbp PF9YfL5tW4SpQ= Subject: [PATCH] BeagleBoardPkg: Various typo 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 09:21:12 -0000 Content-Type: text/plain; charset=UTF-8 Various typo 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)