From: Mike Maslenkin <mike.maslenkin@gmail.com>
To: edk2-devel@lists.01.org
Cc: Mike Maslenkin <mike.maslenkin@gmail.com>,
Eric Dong <eric.dong@intel.com>, Laszlo Ersek <lersek@redhat.com>
Subject: [PATCH 1/1] UefiCpuPkg/CpuExceptionHandlerLib: Fix spelling issue
Date: Wed, 19 Dec 2018 02:55:28 +0300 [thread overview]
Message-ID: <20181218235528.25419-1-mike.maslenkin@gmail.com> (raw)
*Excpetion* should be *Exception*
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Mike Maslenkin <mike.maslenkin@gmail.com>
CC: Eric Dong <eric.dong@intel.com>
CC: Laszlo Ersek <lersek@redhat.com>
---
UefiCpuPkg/Library/CpuExceptionHandlerLib/CpuExceptionCommon.h | 2 +-
UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeException.c | 2 +-
.../Library/CpuExceptionHandlerLib/Ia32/ArchExceptionHandler.c | 2 +-
.../Library/CpuExceptionHandlerLib/X64/ArchExceptionHandler.c | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/UefiCpuPkg/Library/CpuExceptionHandlerLib/CpuExceptionCommon.h b/UefiCpuPkg/Library/CpuExceptionHandlerLib/CpuExceptionCommon.h
index e10d9379d596..cefa779b7e8a 100644
--- a/UefiCpuPkg/Library/CpuExceptionHandlerLib/CpuExceptionCommon.h
+++ b/UefiCpuPkg/Library/CpuExceptionHandlerLib/CpuExceptionCommon.h
@@ -310,7 +310,7 @@ CommonExceptionHandlerWorker (
@retval EFI_INVALID_PARAMETER StackSwitchData contains invalid content.
**/
EFI_STATUS
-ArchSetupExcpetionStack (
+ArchSetupExceptionStack (
IN CPU_EXCEPTION_INIT_DATA *StackSwitchData
);
diff --git a/UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeException.c b/UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeException.c
index 2a090782fc22..70ee7dd8bfb3 100644
--- a/UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeException.c
+++ b/UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeException.c
@@ -285,7 +285,7 @@ InitializeCpuExceptionHandlersEx (
InitData = &EssData;
}
- Status = ArchSetupExcpetionStack (InitData);
+ Status = ArchSetupExceptionStack (InitData);
}
}
diff --git a/UefiCpuPkg/Library/CpuExceptionHandlerLib/Ia32/ArchExceptionHandler.c b/UefiCpuPkg/Library/CpuExceptionHandlerLib/Ia32/ArchExceptionHandler.c
index 04f2ab593c3e..8d1326c4ba71 100644
--- a/UefiCpuPkg/Library/CpuExceptionHandlerLib/Ia32/ArchExceptionHandler.c
+++ b/UefiCpuPkg/Library/CpuExceptionHandlerLib/Ia32/ArchExceptionHandler.c
@@ -119,7 +119,7 @@ ArchRestoreExceptionContext (
**/
EFI_STATUS
-ArchSetupExcpetionStack (
+ArchSetupExceptionStack (
IN CPU_EXCEPTION_INIT_DATA *StackSwitchData
)
{
diff --git a/UefiCpuPkg/Library/CpuExceptionHandlerLib/X64/ArchExceptionHandler.c b/UefiCpuPkg/Library/CpuExceptionHandlerLib/X64/ArchExceptionHandler.c
index 56180f4c17e4..02dfa50fc7d0 100644
--- a/UefiCpuPkg/Library/CpuExceptionHandlerLib/X64/ArchExceptionHandler.c
+++ b/UefiCpuPkg/Library/CpuExceptionHandlerLib/X64/ArchExceptionHandler.c
@@ -124,7 +124,7 @@ ArchRestoreExceptionContext (
**/
EFI_STATUS
-ArchSetupExcpetionStack (
+ArchSetupExceptionStack (
IN CPU_EXCEPTION_INIT_DATA *StackSwitchData
)
{
--
2.19.2
next reply other threads:[~2018-12-18 23:55 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-12-18 23:55 Mike Maslenkin [this message]
2018-12-20 2:30 ` [PATCH 1/1] UefiCpuPkg/CpuExceptionHandlerLib: Fix spelling issue Dong, Eric
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-list from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20181218235528.25419-1-mike.maslenkin@gmail.com \
--to=devel@edk2.groups.io \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox