From 70d3fe9dad1d7b2944a2653b3895a11863fb674e Mon Sep 17 00:00:00 2001 From: Gary Lin Date: Wed, 19 Oct 2016 15:01:15 +0800 Subject: 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 Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Gary Lin Reviewed-by: Jeff Fan --- IntelFrameworkModulePkg/Universal/DataHubDxe/DataHub.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'IntelFrameworkModulePkg/Universal/DataHubDxe') 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 -- cgit v1.2.3