]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFrameworkPkg/Include/Ppi/ReadOnlyVariable.h
Committing changes to the comments, after review with engineers.
[mirror_edk2.git] / IntelFrameworkPkg / Include / Ppi / ReadOnlyVariable.h
index d99de161a73da905f9d6367ddb70d48b6fa0bb7b..62e98a8aeb18a6d2211246b1373bd24207165247 100644 (file)
@@ -1,5 +1,5 @@
 /** @file\r
-  This file declares Read-only Variable Service PPI, which is required PPI by framework spec.\r
+  This file declares the Read-only Variable Service PPI, which is required by the framework spec.\r
 \r
   These services provide a lightweight, read-only variant of the full EFI variable services. The\r
   reason that these services are read-only is to reduce the complexity of flash management. Also,\r
@@ -79,7 +79,7 @@ EFI_STATUS
 /**\r
   This function can be called multiple times to retrieve the VariableName\r
   and VendorGuid of all variables currently available in the system. On each call\r
-  to GetNextVariableName() the previous results are passed into the interface,\r
+  to GetNextVariableName(), the previous results are passed into the interface,\r
   and on output the interface returns the next variable name data.  When the\r
   entire variable list has been returned, the error EFI_NOT_FOUND is returned.\r
 \r