]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Include/Protocol/EbcVmTest.h
MdeModulePkg: Fix typos in comments and variables
[mirror_edk2.git] / MdeModulePkg / Include / Protocol / EbcVmTest.h
index b84608357b905fc87c36d37076efd3fe743fbaca..a9bbb3a0a6e39b98bf84ae733cd0fb50d14818af 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   EBC VM Test protocol for test purposes.\r
 \r
-Copyright (c) 2011, Intel Corporation. All rights reserved.<BR>\r
+Copyright (c) 2011 - 2016, Intel Corporation. All rights reserved.<BR>\r
 \r
 This program and the accompanying materials\r
 are licensed and made available under the terms and conditions\r
@@ -92,7 +92,7 @@ EFI_STATUS
   @param[in]  This              A pointer to the EFI_EBC_VM_TEST_PROTOCOL structure.\r
   @param[in]  AsmText           A pointer to EBC ASM text code.\r
   @param[out] Buffer            Buffer to store the instruction.\r
-  @param[out] BufferLen         Size of buffer that is requried to store data.\r
+  @param[out] BufferLen         Size of buffer that is required to store data.\r
 \r
   @retval EFI_UNSUPPORTED       This functionality is unsupported.\r
   @retval EFI_SUCCESS           Successfully convert AsmText to the instruction. \r
@@ -113,7 +113,7 @@ EFI_STATUS
   @param[in]  This              A pointer to the EFI_EBC_VM_TEST_PROTOCOL structure.\r
   @param[out] AsmText           Contain the disasm text.\r
   @param[out] Buffer            Buffer to store the instruction.\r
-  @param[out] BufferLen         Size of buffer that is requried to store data.\r
+  @param[out] BufferLen         Size of buffer that is required to store data.\r
 \r
   @retval EFI_UNSUPPORTED       This functionality is unsupported.\r
   @retval EFI_SUCCESS           Successfully dump the executed instruction.\r