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.web11.33241.1661270455128353315 for ; Tue, 23 Aug 2022 09:00:55 -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 8B0B1153B; Tue, 23 Aug 2022 09:00:58 -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 309E63F718; Tue, 23 Aug 2022 09:00:54 -0700 (PDT) From: "PierreGondois" To: devel@edk2.groups.io Cc: Pierre Gondois , Hao A Wu Subject: [PATCH 20/24] SourceLevelDebugPkg: Remove duplicated words Date: Tue, 23 Aug 2022 18:00:27 +0200 Message-Id: <20220823160031.991072-21-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: Hao A Wu Signed-off-by: Pierre Gondois --- .../Library/DebugAgent/SmmDebugAgent/SmmDebugAgentLib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SourceLevelDebugPkg/Library/DebugAgent/SmmDebugAgent/SmmDebu= gAgentLib.c b/SourceLevelDebugPkg/Library/DebugAgent/SmmDebugAgent/SmmDeb= ugAgentLib.c index f49a592d2762..619f466c68b1 100644 --- a/SourceLevelDebugPkg/Library/DebugAgent/SmmDebugAgent/SmmDebugAgentL= ib.c +++ b/SourceLevelDebugPkg/Library/DebugAgent/SmmDebugAgent/SmmDebugAgentL= ib.c @@ -158,7 +158,7 @@ RestoreDebugRegister ( =20 If InitFlag is DEBUG_AGENT_INIT_SMM, it will override IDT table entrie= s and initialize debug port. It will get debug agent Mailbox from GUIDed= HOB, - it it exists, debug agent wiil copied it into the local Mailbox in SMM= space. + if it exists, debug agent wiil copied it into the local Mailbox in SMM= space. it will override IDT table entries and initialize debug port. Context = will be NULL. If InitFlag is DEBUG_AGENT_INIT_ENTER_SMI, debug agent will save Debug --=20 2.25.1