summaryrefslogtreecommitdiff
path: root/MdePkg/Library/DxeServicesTableLib
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/DxeServicesTableLib
parentb219e2cd4cf52a4f5c37e1cdf871fb6a49f8a911 (diff)
downloadedk2-c1d8b697cf22861b71833b87609a52b436960308.zip
edk2-c1d8b697cf22861b71833b87609a52b436960308.tar.gz
edk2-c1d8b697cf22861b71833b87609a52b436960308.tar.bz2
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/DxeServicesTableLib')
-rw-r--r--MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.c b/MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.c
index 6783e4d..9acb1b7 100644
--- a/MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.c
+++ b/MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.c
@@ -9,7 +9,7 @@
Please attention this library instance can not be used util EFI_SYSTEM_TABLE was
initialized.
- This library contains contruct function to retrieve EFI_DXE_SERIVCE, this construct
+ This library contains construct function to retrieve EFI_DXE_SERVICE, this construct
function will be invoked in DXE driver's autogen file.
Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>