diff options
author | Thomas Huth <thuth@redhat.com> | 2016-09-09 22:32:15 +0200 |
---|---|---|
committer | Laszlo Ersek <lersek@redhat.com> | 2016-09-12 13:12:32 +0200 |
commit | 8c0b0b34f7875571ee9d3a2a1a28484cef36d969 (patch) | |
tree | fdaf5b1a477f734a4efdfd50be22a31053c6d6d0 /OvmfPkg/PlatformPei | |
parent | 3e92a99747aa7027c4b375a75e23e9f2dcc5293b (diff) | |
download | edk2-platforms-8c0b0b34f7875571ee9d3a2a1a28484cef36d969.tar.xz |
OvmfPkg: Fix typing errors
Correct some typos (discovered with the codespell utility)
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Laszlo Ersek <lersek@redhat.com>
Cc: Jordan Justen <jordan.l.justen@intel.com>
Cc: Thomas Huth <thuth@redhat.com>
Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
Diffstat (limited to 'OvmfPkg/PlatformPei')
-rw-r--r-- | OvmfPkg/PlatformPei/MemDetect.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OvmfPkg/PlatformPei/MemDetect.c b/OvmfPkg/PlatformPei/MemDetect.c index 8f66412763..4863eb1010 100644 --- a/OvmfPkg/PlatformPei/MemDetect.c +++ b/OvmfPkg/PlatformPei/MemDetect.c @@ -433,7 +433,7 @@ QemuInitializeRam ( // PEI RAM, in a backup buffer allocated with the normal PEI services.
// CpuMpPei restores the original contents ("returns" the borrowed area) at
// End-of-PEI. End-of-PEI in turn is emitted by S3Resume2Pei before
- // transfering control to the OS's wakeup vector in the FACS.
+ // transferring control to the OS's wakeup vector in the FACS.
//
// We expect any other PEIMs that "borrow" memory similarly to CpuMpPei to
// restore the original contents. Furthermore, we expect all such PEIMs
|