summaryrefslogtreecommitdiffstats
path: root/StandaloneMmPkg
diff options
context:
space:
mode:
authorPierre Gondois <pierre.gondois@arm.com>2022-08-23 18:00:28 +0200
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2022-09-05 13:52:51 +0000
commit0ccf9556740a236e2984487f0d09878aa389cb10 (patch)
tree861932af5a96e8c4a29c07ff00b3af30c9fa2f81 /StandaloneMmPkg
parent22c45b7c52ecfab8840be05323094a389ade3553 (diff)
downloadedk2-0ccf9556740a236e2984487f0d09878aa389cb10.tar.gz
edk2-0ccf9556740a236e2984487f0d09878aa389cb10.tar.bz2
edk2-0ccf9556740a236e2984487f0d09878aa389cb10.zip
StandaloneMmPkg: Remove duplicated words
In an effort to clean the documentation of the above package, remove duplicated words. Signed-off-by: Pierre Gondois <pierre.gondois@arm.com> Reviewed-by: Sami Mujawar <sami.mujawar@arm.com> Reviewed-by: Jiewen Yao <Jiewen.yao@intel.com>
Diffstat (limited to 'StandaloneMmPkg')
-rw-r--r--StandaloneMmPkg/Library/StandaloneMmMemLib/StandaloneMmMemLib.c2
-rw-r--r--StandaloneMmPkg/Library/StandaloneMmMemLib/StandaloneMmMemLib.inf2
2 files changed, 2 insertions, 2 deletions
diff --git a/StandaloneMmPkg/Library/StandaloneMmMemLib/StandaloneMmMemLib.c b/StandaloneMmPkg/Library/StandaloneMmMemLib/StandaloneMmMemLib.c
index e639327251..814352369e 100644
--- a/StandaloneMmPkg/Library/StandaloneMmMemLib/StandaloneMmMemLib.c
+++ b/StandaloneMmPkg/Library/StandaloneMmMemLib/StandaloneMmMemLib.c
@@ -1,7 +1,7 @@
/** @file
Instance of MM memory check library.
- MM memory check library library implementation. This library consumes MM_ACCESS_PROTOCOL
+ MM memory check library implementation. This library consumes MM_ACCESS_PROTOCOL
to get MMRAM information. In order to use this library instance, the platform should produce
all MMRAM range via MM_ACCESS_PROTOCOL, including the range for firmware (like MM Core
and MM driver) and/or specific dedicated hardware.
diff --git a/StandaloneMmPkg/Library/StandaloneMmMemLib/StandaloneMmMemLib.inf b/StandaloneMmPkg/Library/StandaloneMmMemLib/StandaloneMmMemLib.inf
index b29d97a746..ed3cdf1994 100644
--- a/StandaloneMmPkg/Library/StandaloneMmMemLib/StandaloneMmMemLib.inf
+++ b/StandaloneMmPkg/Library/StandaloneMmMemLib/StandaloneMmMemLib.inf
@@ -1,7 +1,7 @@
## @file
# Instance of MM memory check library.
#
-# MM memory check library library implementation. This library consumes MM_ACCESS_PROTOCOL
+# MM memory check library implementation. This library consumes MM_ACCESS_PROTOCOL
# to get MMRAM information. In order to use this library instance, the platform should produce
# all MMRAM range via MM_ACCESS_PROTOCOL, including the range for firmware (like MM Core
# and MM driver) and/or specific dedicated hardware.