summaryrefslogtreecommitdiffstats
path: root/DynamicTablesPkg/Library/Common/AmlLib/Api/AmlApiHelper.c
diff options
context:
space:
mode:
authorPierre Gondois <pierre.gondois@arm.com>2022-09-06 10:28:59 +0200
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2022-12-13 14:30:20 +0000
commit11ce7a2de7549306a853cc3fe3abe6ef8f874b40 (patch)
tree9ceab81df205baa91e9375fd5b59bb061c9c6d1e /DynamicTablesPkg/Library/Common/AmlLib/Api/AmlApiHelper.c
parent5890a18409a0e67a491c600b930e6c904ad3b3fd (diff)
downloadedk2-11ce7a2de7549306a853cc3fe3abe6ef8f874b40.tar.gz
edk2-11ce7a2de7549306a853cc3fe3abe6ef8f874b40.tar.bz2
edk2-11ce7a2de7549306a853cc3fe3abe6ef8f874b40.zip
DynamicTablesPkg: Remove duplicated words
In an effort to clean the documentation of the above package, remove duplicated words. Cc: Sami Mujawar <Sami.Mujawar@arm.com> Cc: Alexei Fedorov <Alexei.Fedorov@arm.com> Signed-off-by: Pierre Gondois <pierre.gondois@arm.com> Reviewed-by: Sami Mujawar <sami.mujawar@arm.com>
Diffstat (limited to 'DynamicTablesPkg/Library/Common/AmlLib/Api/AmlApiHelper.c')
-rw-r--r--DynamicTablesPkg/Library/Common/AmlLib/Api/AmlApiHelper.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/DynamicTablesPkg/Library/Common/AmlLib/Api/AmlApiHelper.c b/DynamicTablesPkg/Library/Common/AmlLib/Api/AmlApiHelper.c
index 391c72bd32..8f460a9728 100644
--- a/DynamicTablesPkg/Library/Common/AmlLib/Api/AmlApiHelper.c
+++ b/DynamicTablesPkg/Library/Common/AmlLib/Api/AmlApiHelper.c
@@ -27,7 +27,7 @@
of NameSegs that have less that 4 chars, like "DEV". "DEV" will be expanded
as "DEV_".
- An AML NameString is not NULL terminated and is is only composed of
+ An AML NameString is not NULL terminated and is only composed of
4 chars long NameSegs.
@param [in] NameOpNode NameOp object node defining a variable.