MdePkg: Fix some typing errors in the header files

Correct the typos in some header files of MdePkg.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
Reviewed-by: Michael Kinney <michael.d.kinney@intel.com>
This commit is contained in:
Thomas Huth
2016-09-12 01:35:39 -07:00
committed by Michael Kinney
parent 3868d06d82
commit 00b7cc0fe3
27 changed files with 36 additions and 36 deletions

View File

@@ -52,7 +52,7 @@ typedef struct {
@param[in] This Indicates a pointer to the calling context.
@param[in] ExtendedVerification Indicates that the driver may perform a more
exhausive verfication operation of the device
exhausive verification operation of the device
during reset.
@retval EFI_SUCCESS The device was reset.

View File

@@ -172,7 +172,7 @@ typedef struct {
@param[in] This Pointer to the EFI_BLOCK_IO_CRYPTO_PROTOCOL instance.
@param[in] ExtendedVerification Indicates that the driver may perform a more exhausive
verfication operation of the device during reset.
verification operation of the device during reset.
@retval EFI_SUCCESS The block device was reset.
@retval EFI_DEVICE_ERROR The block device is not functioning correctly and could

View File

@@ -310,7 +310,7 @@ EFI_STATUS
@retval EFI_SUCCESS The operation completed successfully.
@retval EFI_UNSUPPORTED The designated protocol is not supported.
@retval EFI_INVALID_PARAMTER Thisis NULL.
@retval EFI_INVALID_PARAMETER This is NULL.
The StationIp address provided in DnsConfigData is not a
valid unicast.
DnsServerList is NULL while DnsServerListCount

View File

@@ -300,7 +300,7 @@ EFI_STATUS
storage to be allocated and released by caller.
@retval EFI_SUCCESS The operation completed successfully.
@retval EFI_INVALID_PARAMTER This is NULL.
@retval EFI_INVALID_PARAMETER This is NULL.
The StationIp address provided in DnsConfigData is not zero and not a valid unicast.
DnsServerList is NULL while DnsServerList Count is not ZERO.
DnsServerList Count is ZERO while DnsServerList is not NULL.

View File

@@ -241,7 +241,7 @@ typedef struct {
#define PACKAGE_ATTRIBUTE_AUTHENTICATION_REQUIRED 0x0000000000000004
/**
Callback funtion to report the process of the firmware updating.
Callback function to report the process of the firmware updating.
@param[in] Completion A value between 1 and 100 indicating the current completion
progress of the firmware update. Completion progress is

View File

@@ -142,7 +142,7 @@ EFI_STATUS
@param This EFI_HII_IMAGE_DECODER_PROTOCOL instance.
@param Image Pointer to the image raw data.
@param SizeOfImage Size of the entire image raw data.
@param ImageInfo Pointer to recieve EFI_HII_IMAGE_DECODER_IMAGE_INFO_HEADER.
@param ImageInfo Pointer to receive EFI_HII_IMAGE_DECODER_IMAGE_INFO_HEADER.
@retval EFI_SUCCESS Get image info success.
@retval EFI_UNSUPPORTED Unsupported format of image.

View File

@@ -1,5 +1,5 @@
/** @file
EFI Multicast Trivial File Tranfer Protocol Definition
EFI Multicast Trivial File Transfer Protocol Definition
Copyright (c) 2006 - 2011, Intel Corporation. All rights reserved.<BR>
This program and the accompanying materials are licensed and made available under
@@ -212,7 +212,7 @@ EFI_STATUS
);
/**
Timeout callback funtion.
Timeout callback function.
@param This The pointer to the EFI_MTFTP4_PROTOCOL instance.
@param Token The token that is provided in the

View File

@@ -1,5 +1,5 @@
/** @file
UEFI Multicast Trivial File Tranfer Protocol v6 Definition, which is built upon
UEFI Multicast Trivial File Transfer Protocol v6 Definition, which is built upon
the EFI UDPv6 Protocol and provides basic services for client-side unicast and/or
multicast TFTP operations.
@@ -325,7 +325,7 @@ typedef struct {
@param[in] PacketLen Indicates the length of the packet.
@param[in] Packet Pointer to an MTFTPv6 packet.
@retval EFI_SUCCESS Operation sucess.
@retval EFI_SUCCESS Operation success.
@retval Others Aborts session.
**/
@@ -352,7 +352,7 @@ EFI_STATUS
EFI_MTFTP6_PROTOCOL.WriteFile() or EFI_MTFTP6_PROTOCOL.ReadDirectory()
functions by the caller.
@retval EFI_SUCCESS Operation sucess.
@retval EFI_SUCCESS Operation success.
@retval Others Aborts session.
**/
@@ -379,7 +379,7 @@ EFI_STATUS
length the data available on output.
@param[out] Buffer Pointer to the buffer where the data is stored.
@retval EFI_SUCCESS Operation sucess.
@retval EFI_SUCCESS Operation success.
@retval Others Aborts session.
**/

View File

@@ -115,7 +115,7 @@ typedef struct {
} EFI_NVM_EXPRESS_PASS_THRU_COMMAND_PACKET;
//
// Protocol funtion prototypes
// Protocol function prototypes
//
/**
Sends an NVM Express Command Packet to an NVM Express controller or namespace. This function supports

View File

@@ -160,7 +160,7 @@ typedef EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL SIMPLE_TEXT_OUTPUT_INTERFACE;
Reset the text output device hardware and optionaly run diagnostics
@param This The protocol instance pointer.
@param ExtendedVerification Driver may perform more exhaustive verfication
@param ExtendedVerification Driver may perform more exhaustive verification
operation of the device during reset.
@retval EFI_SUCCESS The text output device was reset.

View File

@@ -30,7 +30,7 @@ typedef struct _EFI_TIMER_ARCH_PROTOCOL EFI_TIMER_ARCH_PROTOCOL;
/**
This function of this type is called when a timer interrupt fires. This
function executes at TPL_HIGH_LEVEL. The DXE Core will register a funtion
function executes at TPL_HIGH_LEVEL. The DXE Core will register a function
of this type to be called for the timer interrupt, so it can know how much
time has passed. This information is used to signal timer based events.