diff options
author | Gary Lin <glin@suse.com> | 2016-10-19 15:01:11 +0800 |
---|---|---|
committer | Ruiyu Ni <ruiyu.ni@intel.com> | 2016-11-15 11:05:33 +0800 |
commit | 34f5c23452b3bbc43ebfe8aaa8f2fdcd35669dc3 (patch) | |
tree | c8070e8c8b5113792f70252129220c358d002fb7 /DuetPkg/BiosVideoThunkDxe | |
parent | 94e4bcbb5efaf86440e89293d80b0a73781fff12 (diff) | |
download | edk2-platforms-34f5c23452b3bbc43ebfe8aaa8f2fdcd35669dc3.tar.xz |
DuetPkg: Fix typos in comments
- TURE -> TRUE
- successull -> successfully
- Libary -> Library
- Incude -> Include
- futhure -> future
- Predfined -> Predefined
- minimue -> minimum
- predeined -> predefined
- excute -> execute
- dirver -> driver
- hanlde -> handle
- boundry -> boundary
Reviewed-by: Ruiyu Ni <ruiyu.ni@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Gary Lin <glin@suse.com>
Diffstat (limited to 'DuetPkg/BiosVideoThunkDxe')
-rw-r--r-- | DuetPkg/BiosVideoThunkDxe/BiosVideo.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/DuetPkg/BiosVideoThunkDxe/BiosVideo.c b/DuetPkg/BiosVideoThunkDxe/BiosVideo.c index da2c877d35..dc367e9983 100644 --- a/DuetPkg/BiosVideoThunkDxe/BiosVideo.c +++ b/DuetPkg/BiosVideoThunkDxe/BiosVideo.c @@ -94,7 +94,7 @@ VESA_BIOS_EXTENSIONS_EDID_TIMING mEstablishedEdidTiming[] = { };
/**
- Install child hanlde for a detect BiosVideo device and install related protocol
+ Install child handle for a detect BiosVideo device and install related protocol
into this handle, such as EFI_GRAPHIC_OUTPUT_PROTOCOL.
@param This Instance pointer of EFI_DRIVER_BINDING_PROTOCOL
@@ -391,7 +391,7 @@ BiosVideoDriverBindingStop ( }
/**
- Install child hanlde for a detect BiosVideo device and install related protocol
+ Install child handle for a detect BiosVideo device and install related protocol
into this handle, such as EFI_GRAPHIC_OUTPUT_PROTOCOL.
@param This Instance pointer of EFI_DRIVER_BINDING_PROTOCOL
|