summaryrefslogtreecommitdiffstats
path: root/MdePkg/Library/DxeIoLibCpuIo2
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/DxeIoLibCpuIo2
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/DxeIoLibCpuIo2')
-rw-r--r--MdePkg/Library/DxeIoLibCpuIo2/IoLib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/MdePkg/Library/DxeIoLibCpuIo2/IoLib.c b/MdePkg/Library/DxeIoLibCpuIo2/IoLib.c
index b37e7a299e..21f88d9852 100644
--- a/MdePkg/Library/DxeIoLibCpuIo2/IoLib.c
+++ b/MdePkg/Library/DxeIoLibCpuIo2/IoLib.c
@@ -11,7 +11,7 @@
#include "DxeCpuIo2LibInternal.h"
//
-// Globle varible to cache pointer to CpuIo2 protocol.
+// Global variable to cache pointer to CpuIo2 protocol.
//
EFI_CPU_IO2_PROTOCOL *mCpuIo = NULL;