Reviewed-by: Jeff Fan <[email protected]> -----Original Message----- From: Mudusuru, Giri P Sent: Thursday, July 07, 2016 3:48 PM To: [email protected] Cc: Fan, Jeff Subject: [edk2] [PATCH 10/16] IntelFrameworkModulePkg: Series of patches to fix typos - requried to required
Cc: Jeff Fan <[email protected]> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Giri P Mudusuru <[email protected]> --- IntelFrameworkModulePkg/Universal/BdsDxe/FrontPage.c | 6 +++--- .../Universal/SectionExtractionDxe/SectionExtraction.c | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/IntelFrameworkModulePkg/Universal/BdsDxe/FrontPage.c b/IntelFrameworkModulePkg/Universal/BdsDxe/FrontPage.c index 9f4d328..fc8e50f 100644 --- a/IntelFrameworkModulePkg/Universal/BdsDxe/FrontPage.c +++ b/IntelFrameworkModulePkg/Universal/BdsDxe/FrontPage.c @@ -1327,7 +1327,7 @@ BdsSetConsoleMode ( if (IsSetupMode) { // - // The requried resolution and text mode is setup mode. + // The required resolution and text mode is setup mode. // NewHorizontalResolution = mSetupHorizontalResolution; NewVerticalResolution = mSetupVerticalResolution; @@ -1383,7 +1383,7 @@ BdsSetConsoleMode ( return EFI_SUCCESS; } 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++) { Status = SimpleTextOut->QueryMode (SimpleTextOut, Index, &CurrentColumn, &CurrentRow); @@ -1408,7 +1408,7 @@ BdsSetConsoleMode ( } if (Index == MaxTextMode) { // - // If requried text mode is not supported, return error. + // If required text mode is not supported, return error. // FreePool (Info); return EFI_UNSUPPORTED; diff --git a/IntelFrameworkModulePkg/Universal/SectionExtractionDxe/SectionExtraction.c b/IntelFrameworkModulePkg/Universal/SectionExtractionDxe/SectionExtraction.c index 76aec0a..624f6e2 100644 --- a/IntelFrameworkModulePkg/Universal/SectionExtractionDxe/SectionExtraction.c +++ b/IntelFrameworkModulePkg/Universal/SectionExtractionDxe/SectionExtr +++ action.c @@ -149,7 +149,7 @@ OpenSectionStream ( @param Buffer Double indirection to buffer. If *Buffer is non-null on input, then the buffer is caller allocated. If *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. @param BufferSize On input, indicates the size of *Buffer if *Buffer is 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 input, then the buffer is caller allocated. If *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. @param BufferSize On input, indicates the size of *Buffer if *Buffer is non-null on input. On output, indicates the required -- 2.9.0.windows.1 _______________________________________________ edk2-devel mailing list [email protected] https://lists.01.org/mailman/listinfo/edk2-devel

