From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mx.groups.io with SMTP id smtpd.web09.33744.1661270444239644081 for ; Tue, 23 Aug 2022 09:00:44 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: arm.com, ip: 217.140.110.172, mailfrom: pierre.gondois@arm.com) Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 9DC08153B; Tue, 23 Aug 2022 09:00:47 -0700 (PDT) Received: from pierre123.nice.arm.com (pierre123.nice.arm.com [10.34.100.116]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id 2DC8B3F718; Tue, 23 Aug 2022 09:00:43 -0700 (PDT) From: "PierreGondois" To: devel@edk2.groups.io Cc: Pierre Gondois , Andrew Fish , Ray Ni Subject: [PATCH 09/24] EmulatorPkg: Remove duplicated words Date: Tue, 23 Aug 2022 18:00:16 +0200 Message-Id: <20220823160031.991072-10-Pierre.Gondois@arm.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20220823160031.991072-1-Pierre.Gondois@arm.com> References: <20220823160031.991072-1-Pierre.Gondois@arm.com> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Pierre Gondois In an effort to clean the documentation of the above package, remove duplicated words. Cc: Andrew Fish Cc: Ray Ni Signed-off-by: Pierre Gondois --- EmulatorPkg/FvbServicesRuntimeDxe/FWBlockService.c | 2 +- EmulatorPkg/Win/Host/WinThunk.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/EmulatorPkg/FvbServicesRuntimeDxe/FWBlockService.c b/Emulato= rPkg/FvbServicesRuntimeDxe/FWBlockService.c index 1c4d8120c1c9..29fdaeafc223 100644 --- a/EmulatorPkg/FvbServicesRuntimeDxe/FWBlockService.c +++ b/EmulatorPkg/FvbServicesRuntimeDxe/FWBlockService.c @@ -1212,7 +1212,7 @@ Returns: // // Only need to allocate once. There is only one copy of physical memo= ry for // the private data of each FV instance. But in virtual mode or in phy= sical - // mode, the address of the the physical memory may be different. + // mode, the address of the physical memory may be different. // Status =3D gBS->AllocatePool ( EfiRuntimeServicesData, diff --git a/EmulatorPkg/Win/Host/WinThunk.c b/EmulatorPkg/Win/Host/WinTh= unk.c index 008e5755dbde..5d5799deefef 100644 --- a/EmulatorPkg/Win/Host/WinThunk.c +++ b/EmulatorPkg/Win/Host/WinThunk.c @@ -23,7 +23,7 @@ Abstract: API calls, so please reference Microsoft documentation. =20 =20 - gWinNt is a a public exported global that contains the initialized + gWinNt is a public exported global that contains the initialized data. =20 **/ --=20 2.25.1