IntelFrameworkModulePkg: Fix typos in comments
- requried to required Cc: Jeff Fan <jeff.fan@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Giri P Mudusuru <giri.p.mudusuru@intel.com> Reviewed-by: Jeff Fan <jeff.fan@intel.com>
This commit is contained in:
committed by
Liming Gao
parent
9349c2e681
commit
241993480e
@ -1327,7 +1327,7 @@ BdsSetConsoleMode (
|
|||||||
|
|
||||||
if (IsSetupMode) {
|
if (IsSetupMode) {
|
||||||
//
|
//
|
||||||
// The requried resolution and text mode is setup mode.
|
// The required resolution and text mode is setup mode.
|
||||||
//
|
//
|
||||||
NewHorizontalResolution = mSetupHorizontalResolution;
|
NewHorizontalResolution = mSetupHorizontalResolution;
|
||||||
NewVerticalResolution = mSetupVerticalResolution;
|
NewVerticalResolution = mSetupVerticalResolution;
|
||||||
@ -1383,7 +1383,7 @@ BdsSetConsoleMode (
|
|||||||
return EFI_SUCCESS;
|
return EFI_SUCCESS;
|
||||||
} else {
|
} else {
|
||||||
//
|
//
|
||||||
// If current text mode is different from requried text mode. Set new video mode
|
// If current text mode is different from required text mode. Set new video mode
|
||||||
//
|
//
|
||||||
for (Index = 0; Index < MaxTextMode; Index++) {
|
for (Index = 0; Index < MaxTextMode; Index++) {
|
||||||
Status = SimpleTextOut->QueryMode (SimpleTextOut, Index, &CurrentColumn, &CurrentRow);
|
Status = SimpleTextOut->QueryMode (SimpleTextOut, Index, &CurrentColumn, &CurrentRow);
|
||||||
@ -1408,7 +1408,7 @@ BdsSetConsoleMode (
|
|||||||
}
|
}
|
||||||
if (Index == MaxTextMode) {
|
if (Index == MaxTextMode) {
|
||||||
//
|
//
|
||||||
// If requried text mode is not supported, return error.
|
// If required text mode is not supported, return error.
|
||||||
//
|
//
|
||||||
FreePool (Info);
|
FreePool (Info);
|
||||||
return EFI_UNSUPPORTED;
|
return EFI_UNSUPPORTED;
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
3) A support protocol is not found, and the data is not available to be read
|
3) A support protocol is not found, and the data is not available to be read
|
||||||
without it. This results in EFI_PROTOCOL_ERROR.
|
without it. This results in EFI_PROTOCOL_ERROR.
|
||||||
|
|
||||||
Copyright (c) 2006 - 2014, Intel Corporation. All rights reserved.<BR>
|
Copyright (c) 2006 - 2016, Intel Corporation. All rights reserved.<BR>
|
||||||
This program and the accompanying materials
|
This program and the accompanying materials
|
||||||
are licensed and made available under the terms and conditions of the BSD License
|
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
|
which accompanies this distribution. The full text of the license may be found at
|
||||||
@ -149,7 +149,7 @@ OpenSectionStream (
|
|||||||
@param Buffer Double indirection to buffer. If *Buffer is non-null on
|
@param Buffer Double indirection to buffer. If *Buffer is non-null on
|
||||||
input, then the buffer is caller allocated. If
|
input, then the buffer is caller allocated. If
|
||||||
*Buffer is NULL, then the buffer is callee allocated.
|
*Buffer is NULL, then the buffer is callee allocated.
|
||||||
In either case, the requried buffer size is returned
|
In either case, the required buffer size is returned
|
||||||
in *BufferSize.
|
in *BufferSize.
|
||||||
@param BufferSize On input, indicates the size of *Buffer if *Buffer is
|
@param BufferSize On input, indicates the size of *Buffer if *Buffer is
|
||||||
non-null on input. On output, indicates the required
|
non-null on input. On output, indicates the required
|
||||||
@ -1234,7 +1234,7 @@ FindStreamNode (
|
|||||||
@param Buffer Double indirection to buffer. If *Buffer is non-null on
|
@param Buffer Double indirection to buffer. If *Buffer is non-null on
|
||||||
input, then the buffer is caller allocated. If
|
input, then the buffer is caller allocated. If
|
||||||
*Buffer is NULL, then the buffer is callee allocated.
|
*Buffer is NULL, then the buffer is callee allocated.
|
||||||
In either case, the requried buffer size is returned
|
In either case, the required buffer size is returned
|
||||||
in *BufferSize.
|
in *BufferSize.
|
||||||
@param BufferSize On input, indicates the size of *Buffer if *Buffer is
|
@param BufferSize On input, indicates the size of *Buffer if *Buffer is
|
||||||
non-null on input. On output, indicates the required
|
non-null on input. On output, indicates the required
|
||||||
|
Reference in New Issue
Block a user