From 2048c585b46d240d76e3097917cbbfe43a7be88e Mon Sep 17 00:00:00 2001 From: Giri P Mudusuru Date: Fri, 8 Jul 2016 14:21:04 +0800 Subject: MdeModulePkg: Fix typos in comments and variables - abstrated to abstracted - accessibla to accessible - addres to address - apropriate to appropriate - arry to array - availabe to available - avaliable to available - becasue to because - correponding to corresponding - etablished to established - exeuction to execution - extensiable to extensible - fileds to fields - loadding to loading - ptototypes to prototypes - prococol protocol - requried to required - resoruce to resource - runing to running - uild to build Cc: Star Zeng Cc: Feng Tian Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Giri P Mudusuru Reviewed-by: Star Zeng Reviewed-by: Feng Tian --- MdeModulePkg/Include/Protocol/EbcVmTest.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'MdeModulePkg/Include/Protocol/EbcVmTest.h') diff --git a/MdeModulePkg/Include/Protocol/EbcVmTest.h b/MdeModulePkg/Include/Protocol/EbcVmTest.h index b84608357b..a9bbb3a0a6 100644 --- a/MdeModulePkg/Include/Protocol/EbcVmTest.h +++ b/MdeModulePkg/Include/Protocol/EbcVmTest.h @@ -1,7 +1,7 @@ /** @file EBC VM Test protocol for test purposes. -Copyright (c) 2011, Intel Corporation. All rights reserved.
+Copyright (c) 2011 - 2016, Intel Corporation. All rights reserved.
This program and the accompanying materials are licensed and made available under the terms and conditions @@ -92,7 +92,7 @@ EFI_STATUS @param[in] This A pointer to the EFI_EBC_VM_TEST_PROTOCOL structure. @param[in] AsmText A pointer to EBC ASM text code. @param[out] Buffer Buffer to store the instruction. - @param[out] BufferLen Size of buffer that is requried to store data. + @param[out] BufferLen Size of buffer that is required to store data. @retval EFI_UNSUPPORTED This functionality is unsupported. @retval EFI_SUCCESS Successfully convert AsmText to the instruction. @@ -113,7 +113,7 @@ EFI_STATUS @param[in] This A pointer to the EFI_EBC_VM_TEST_PROTOCOL structure. @param[out] AsmText Contain the disasm text. @param[out] Buffer Buffer to store the instruction. - @param[out] BufferLen Size of buffer that is requried to store data. + @param[out] BufferLen Size of buffer that is required to store data. @retval EFI_UNSUPPORTED This functionality is unsupported. @retval EFI_SUCCESS Successfully dump the executed instruction. -- cgit v1.2.3