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.1592.1662452992577853519 for ; Tue, 06 Sep 2022 01:29:52 -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 8CBBF1A25; Tue, 6 Sep 2022 01:29:58 -0700 (PDT) Received: from cam-smtp0.cambridge.arm.com (pierre123.nice.arm.com [10.34.100.114]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id A30613F73D; Tue, 6 Sep 2022 01:29:51 -0700 (PDT) From: "PierreGondois" To: devel@edk2.groups.io Cc: Pierre Gondois , Hao A Wu Subject: [PATCH v2 14/17] SourceLevelDebugPkg: Remove duplicated words Date: Tue, 6 Sep 2022 10:29:09 +0200 Message-Id: <20220906082912.81795-15-Pierre.Gondois@arm.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20220906082912.81795-1-Pierre.Gondois@arm.com> References: <20220906082912.81795-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. Also fix small typos. Cc: Hao A Wu Signed-off-by: Pierre Gondois Reviewed-by: Hao A Wu --- Notes: v2: - Fix other typos in the modified line. [Ray Ni] .../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..e3e76ffb84ad 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 will copy it into the local Mailbox in SMM s= pace. 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