diff options
author | pkandel <pkandel@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-06-04 05:49:29 +0000 |
---|---|---|
committer | pkandel <pkandel@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-06-04 05:49:29 +0000 |
commit | 630b41877e9a1afe59d4f8a1c22bc691fe933ff8 (patch) | |
tree | fe787e60e04dc70dd307ca64fa0e89c02565752d /MdePkg/Include/Protocol/AuthenticationInfo.h | |
parent | e79a2975adf4a1a6ae8a26db0bf2143b462b9fd9 (diff) | |
download | edk2-630b41877e9a1afe59d4f8a1c22bc691fe933ff8.zip edk2-630b41877e9a1afe59d4f8a1c22bc691fe933ff8.tar.gz edk2-630b41877e9a1afe59d4f8a1c22bc691fe933ff8.tar.bz2 |
Reviewed the code comments in the Include/Protocol directory for typos, grammar issues, and language clarity.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8462 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Include/Protocol/AuthenticationInfo.h')
-rw-r--r-- | MdePkg/Include/Protocol/AuthenticationInfo.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/MdePkg/Include/Protocol/AuthenticationInfo.h b/MdePkg/Include/Protocol/AuthenticationInfo.h index 8f62bc9..b520327 100644 --- a/MdePkg/Include/Protocol/AuthenticationInfo.h +++ b/MdePkg/Include/Protocol/AuthenticationInfo.h @@ -145,14 +145,14 @@ typedef struct { } CHAP_LOCAL_AUTH_NODE;
/**
- Retrieves the Authentication information associated with a particular controller handle.
+ Retrieves the authentication information associated with a particular controller handle.
@param This Pointer to the EFI_AUTHENTICATION_INFO_PROTOCOL
@param ControllerHandle Handle to the Controller
@param Buffer Pointer to the authentication information.
- @retval EFI_SUCCESS Successfully retrieved Authentication information for the given ControllerHandle
- @retval EFI_INVALID_PARAMETER No matching Authentication information found for the given ControllerHandle
+ @retval EFI_SUCCESS Successfully retrieved authentication information for the given ControllerHandle
+ @retval EFI_INVALID_PARAMETER No matching authentication information found for the given ControllerHandle
@retval EFI_DEVICE_ERROR The authentication information could not be retrieved due to a
hardware error.
@@ -166,14 +166,14 @@ EFI_STATUS );
/**
- Set the Authentication information for a given controller handle.
+ Set the authentication information for a given controller handle.
@param This Pointer to the EFI_AUTHENTICATION_INFO_PROTOCOL
@param ControllerHandle Handle to the Controller
@param Buffer Pointer to the authentication information.
- @retval EFI_SUCCESS Successfully set Authentication information for the given ControllerHandle
- @retval EFI_UNSUPPORTED If the platform policies do not allow setting of the Authentication
+ @retval EFI_SUCCESS Successfully set authentication information for the given ControllerHandle
+ @retval EFI_UNSUPPORTED If the platform policies do not allow setting of the authentication
information.
@retval EFI_DEVICE_ERROR The authentication information could not be configured due to a
hardware error.
|