summaryrefslogtreecommitdiff
path: root/IntelFrameworkPkg/Include/Ppi/FindFv.h
diff options
context:
space:
mode:
authorpkandel <pkandel@6f19259b-4bc3-4df7-8a09-765794883524>2009-07-28 13:25:37 +0000
committerpkandel <pkandel@6f19259b-4bc3-4df7-8a09-765794883524>2009-07-28 13:25:37 +0000
commit5259c97d7ac7f464c134c3a15186b30e8e8eadff (patch)
tree9eb10b04e5ea360d88c5899d2c0fff76017af5c5 /IntelFrameworkPkg/Include/Ppi/FindFv.h
parentd3a12d776c9985cfc9055d9b9b61aa39682a261e (diff)
downloadedk2-platforms-5259c97d7ac7f464c134c3a15186b30e8e8eadff.tar.xz
Committing changes to the comments, after review with engineers.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9018 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'IntelFrameworkPkg/Include/Ppi/FindFv.h')
-rw-r--r--IntelFrameworkPkg/Include/Ppi/FindFv.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/IntelFrameworkPkg/Include/Ppi/FindFv.h b/IntelFrameworkPkg/Include/Ppi/FindFv.h
index a130cc5cd1..40c3177f9f 100644
--- a/IntelFrameworkPkg/Include/Ppi/FindFv.h
+++ b/IntelFrameworkPkg/Include/Ppi/FindFv.h
@@ -21,7 +21,7 @@
///
/// Inconsistent with specification here:
-/// GUID value format has been changed to the standard guid format.
+/// GUID value format has been changed to the standard GUID format.
///
#define EFI_PEI_FIND_FV_PPI_GUID \
{ \
@@ -32,7 +32,7 @@ typedef struct _EFI_PEI_FIND_FV_PPI EFI_PEI_FIND_FV_PPI;
/**
This interface returns the base address of the firmware volume whose index
- was passed in FvNumber.Once this function reports a firmware volume
+ was passed in FvNumber. Once this function reports a firmware volume
index/base address pair, that index/address pairing must continue throughout PEI.
@param PeiServices Pointer to the PEI Services Table.