EdkCompatibilityPkg: Fix typos in comments
- availabe to available - consummer to consumer - EFI_UNSUPPORTEDT to EFI_UNSUPPORTED - extensiable to extensible Cc: Liming Gao <liming.gao@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Giri P Mudusuru <giri.p.mudusuru@intel.com> Reviewed-by: Liming Gao <liming.gao@intel.com>
This commit is contained in:
committed by
Liming Gao
parent
fcb880ecbe
commit
7efe609d58
@@ -1,7 +1,7 @@
|
||||
/** @file
|
||||
Thunk driver's entry that install filter for DataRecord.
|
||||
|
||||
Copyright (c) 2009, Intel Corporation. All rights reserved.<BR>
|
||||
Copyright (c) 2009 - 2016, Intel Corporation. All rights reserved.<BR>
|
||||
This program and the accompanying materials
|
||||
are licensed and made available under the terms and conditions of the BSD License
|
||||
which accompanies this distribution. The full text of the license may be found at
|
||||
@@ -102,7 +102,7 @@ SmbiosDataFilter (
|
||||
|
||||
//
|
||||
// Get the Data Hub Protocol. Assume only one instance
|
||||
// of Data Hub Protocol is availabe in the system.
|
||||
// of Data Hub Protocol is available in the system.
|
||||
//
|
||||
HandleSize = sizeof (EFI_HANDLE);
|
||||
|
||||
|
Reference in New Issue
Block a user