From e364478661e2a5e9195ce4a9f00761e154e48bfa Mon Sep 17 00:00:00 2001 From: Chen Fan Date: Wed, 9 Jul 2014 03:51:56 +0000 Subject: Fixed typos: hanlder should be handler. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Chen Fan Reviewed-by: Jeff Fan git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15642 6f19259b-4bc3-4df7-8a09-765794883524 --- UefiCpuPkg/Library/CpuExceptionHandlerLib/CpuExceptionCommon.c | 2 +- UefiCpuPkg/Library/CpuExceptionHandlerLib/Ia32/ArchExceptionHandler.c | 2 +- UefiCpuPkg/Library/CpuExceptionHandlerLib/X64/ArchExceptionHandler.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'UefiCpuPkg') diff --git a/UefiCpuPkg/Library/CpuExceptionHandlerLib/CpuExceptionCommon.c b/UefiCpuPkg/Library/CpuExceptionHandlerLib/CpuExceptionCommon.c index 0754aa9832..f8cbcf080d 100644 --- a/UefiCpuPkg/Library/CpuExceptionHandlerLib/CpuExceptionCommon.c +++ b/UefiCpuPkg/Library/CpuExceptionHandlerLib/CpuExceptionCommon.c @@ -1,5 +1,5 @@ /** @file - CPU Exception Hanlder Library common functions. + CPU Exception Handler Library common functions. Copyright (c) 2012 - 2014, Intel Corporation. All rights reserved.
This program and the accompanying materials diff --git a/UefiCpuPkg/Library/CpuExceptionHandlerLib/Ia32/ArchExceptionHandler.c b/UefiCpuPkg/Library/CpuExceptionHandlerLib/Ia32/ArchExceptionHandler.c index a4326acd7a..40cdedface 100644 --- a/UefiCpuPkg/Library/CpuExceptionHandlerLib/Ia32/ArchExceptionHandler.c +++ b/UefiCpuPkg/Library/CpuExceptionHandlerLib/Ia32/ArchExceptionHandler.c @@ -1,5 +1,5 @@ /** @file - IA32 CPU Exception Hanlder functons. + IA32 CPU Exception Handler functons. Copyright (c) 2012 - 2013, Intel Corporation. All rights reserved.
This program and the accompanying materials diff --git a/UefiCpuPkg/Library/CpuExceptionHandlerLib/X64/ArchExceptionHandler.c b/UefiCpuPkg/Library/CpuExceptionHandlerLib/X64/ArchExceptionHandler.c index 74ad138670..ee16ea856a 100644 --- a/UefiCpuPkg/Library/CpuExceptionHandlerLib/X64/ArchExceptionHandler.c +++ b/UefiCpuPkg/Library/CpuExceptionHandlerLib/X64/ArchExceptionHandler.c @@ -1,5 +1,5 @@ /** @file - x64 CPU Exception Hanlder. + x64 CPU Exception Handler. Copyright (c) 2012 - 2013, Intel Corporation. All rights reserved.
This program and the accompanying materials -- cgit v1.2.3