diff options
author | Gary Lin <glin@suse.com> | 2016-10-19 15:01:15 +0800 |
---|---|---|
committer | Jeff Fan <jeff.fan@intel.com> | 2016-10-24 09:09:06 +0800 |
commit | 70d3fe9dad1d7b2944a2653b3895a11863fb674e (patch) | |
tree | 5f3110023173e722b5d97b9765a70d931d76606e /IntelFrameworkModulePkg/Universal/DataHubDxe | |
parent | 3e14edf82031845233f3825ac9239609c0ee98fc (diff) | |
download | edk2-platforms-70d3fe9dad1d7b2944a2653b3895a11863fb674e.tar.xz |
IntelFrameworkModulePkg: Fix typos in comments
- stoping -> stopping
- Pointion -> Position
- Arrary -> Array
- reseting -> resetting
- excute -> execute
- isTRUE -> is TRUE
- connectted -> connected
- Retrive -> Retrieve
- dirvers -> drivers
- funciton -> function
- paramter -> parameter
- availible -> available
- permenent -> permanent
- boundry -> boundary
Cc: Jeff Fan <jeff.fan@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Gary Lin <glin@suse.com>
Reviewed-by: Jeff Fan <jeff.fan@intel.com>
Diffstat (limited to 'IntelFrameworkModulePkg/Universal/DataHubDxe')
-rw-r--r-- | IntelFrameworkModulePkg/Universal/DataHubDxe/DataHub.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/IntelFrameworkModulePkg/Universal/DataHubDxe/DataHub.c b/IntelFrameworkModulePkg/Universal/DataHubDxe/DataHub.c index 916586f112..9a193d5ff0 100644 --- a/IntelFrameworkModulePkg/Universal/DataHubDxe/DataHub.c +++ b/IntelFrameworkModulePkg/Universal/DataHubDxe/DataHub.c @@ -255,7 +255,7 @@ FindFilterDriverByEvent ( /**
Get a previously logged data record and the MonotonicCount for the next
- availible Record. This allows all records or all records later
+ available Record. This allows all records or all records later
than a give MonotonicCount to be returned. If an optional FilterDriverEvent
is passed in with a MonotonicCout of zero return the first record
not yet read by the filter driver. If FilterDriverEvent is NULL and
@@ -264,7 +264,7 @@ FindFilterDriverByEvent ( @param This Pointer to the EFI_DATA_HUB_PROTOCOL instance.
@param MonotonicCount Specifies the Record to return. On input, zero means
return the first record. On output, contains the next
- record to availible. Zero indicates no more records.
+ record to available. Zero indicates no more records.
@param FilterDriverEvent If FilterDriverEvent is not passed in a MonotonicCount
of zero, it means to return the first data record.
If FilterDriverEvent is passed in, then a MonotonicCount
|