summaryrefslogtreecommitdiffstats
path: root/MdePkg/Library/DxeHobLib
diff options
context:
space:
mode:
authorAntoine Coeur <coeur@gmx.fr>2020-02-07 02:07:37 +0100
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2020-02-10 22:30:07 +0000
commitc1d8b697cf22861b71833b87609a52b436960308 (patch)
tree0228b856faee9e0e65fdc48a4ee08710ed82443d /MdePkg/Library/DxeHobLib
parentb219e2cd4cf52a4f5c37e1cdf871fb6a49f8a911 (diff)
downloadedk2-c1d8b697cf22861b71833b87609a52b436960308.tar.gz
edk2-c1d8b697cf22861b71833b87609a52b436960308.tar.bz2
edk2-c1d8b697cf22861b71833b87609a52b436960308.zip
MdePkg/Library/Dxe: Fix various typos
Fix various typos in documentation, comments and strings, and remove the duplicated 'the'. Cc: Michael D Kinney <michael.d.kinney@intel.com> Cc: Liming Gao <liming.gao@intel.com> Signed-off-by: Antoine Coeur <coeur@gmx.fr> Reviewed-by: Philippe Mathieu-Daude <philmd@redhat.com> Reviewed-by: Michael D Kinney <michael.d.kinney@intel.com> Reviewed-by: Liming Gao <liming.gao@intel.com> Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com> Message-Id: <20200207010831.9046-25-philmd@redhat.com>
Diffstat (limited to 'MdePkg/Library/DxeHobLib')
-rw-r--r--MdePkg/Library/DxeHobLib/HobLib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/MdePkg/Library/DxeHobLib/HobLib.c b/MdePkg/Library/DxeHobLib/HobLib.c
index bf2470f6e2..ffac638d18 100644
--- a/MdePkg/Library/DxeHobLib/HobLib.c
+++ b/MdePkg/Library/DxeHobLib/HobLib.c
@@ -1,5 +1,5 @@
/** @file
- HOB Library implemenation for Dxe Phase.
+ HOB Library implementation for Dxe Phase.
Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
SPDX-License-Identifier: BSD-2-Clause-Patent