]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFrameworkModulePkg/Universal/DataHubDxe/DataHub.c
IntelFrameworkModulePkg: Fix typos in comments
[mirror_edk2.git] / IntelFrameworkModulePkg / Universal / DataHubDxe / DataHub.c
index 916586f11235b9180b0f23f48804b80c86982dbd..9a193d5ff0eb8e38c9f2c7bb11b06e0833372392 100644 (file)
@@ -255,7 +255,7 @@ FindFilterDriverByEvent (
 /**\r
 \r
   Get a previously logged data record and the MonotonicCount for the next\r
-  availible Record. This allows all records or all records later \r
+  available Record. This allows all records or all records later\r
   than a give MonotonicCount to be returned. If an optional FilterDriverEvent\r
   is passed in with a MonotonicCout of zero return the first record \r
   not yet read by the filter driver. If FilterDriverEvent is NULL and \r
@@ -264,7 +264,7 @@ FindFilterDriverByEvent (
   @param This                     Pointer to the EFI_DATA_HUB_PROTOCOL instance.\r
   @param MonotonicCount           Specifies the Record to return. On input, zero means\r
                                   return the first record. On output, contains the next\r
-                                  record to availible. Zero indicates no more records.\r
+                                  record to available. Zero indicates no more records.\r
   @param FilterDriverEvent        If FilterDriverEvent is not passed in a MonotonicCount \r
                                   of zero, it means to return the first data record. \r
                                   If FilterDriverEvent is passed in, then a MonotonicCount \r