Fix some typo.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7008 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
gikidy
2008-12-12 06:04:02 +00:00
parent 77f863ee03
commit d7db090280
11 changed files with 20 additions and 20 deletions

View File

@@ -2,7 +2,7 @@
This file defines a group of guids to specify the different
encapsulation scheme for the guided section.
The related defintions is in UEFI GuidedSectionExtraction protocol.
The related definitions is in UEFI GuidedSectionExtraction protocol.
Now, only one guid is defined for CRC32 encapsulation scheme.

View File

@@ -137,7 +137,7 @@ EFI_STATUS
@param GaugeDataEntry The indirect pointer to the gauge data entry specified by LogEntryKey
if the retrieval is successful.
@retval EFI_SUCCESS The GuageDataEntry is successfuly found based on LogEntryKey.
@retval EFI_SUCCESS The GuageDataEntry is successfully found based on LogEntryKey.
@retval EFI_NOT_FOUND The LogEntryKey is the last entry (equals to the total entry number).
@retval EFI_INVALIDE_PARAMETER The LogEntryKey is not a valid entry (greater than the total entry number).
@retval EFI_INVALIDE_PARAMETER GaugeDataEntry is NULL.