Re: [edk2] [PATCH v2 09/14] IntelFrameworkModulePkg: Fix typos in comments

2016-07-08 Thread Fan, Jeff
Reviewed-by: Jeff Fan <jeff@intel.com>

-Original Message-
From: Mudusuru, Giri P 
Sent: Friday, July 08, 2016 2:21 PM
To: edk2-devel@lists.01.org
Cc: Fan, Jeff
Subject: [edk2] [PATCH v2 09/14] IntelFrameworkModulePkg: Fix typos in comments

- requried to required

Cc: Jeff Fan <jeff@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Giri P Mudusuru <giri.p.mudus...@intel.com>
Reviewed-by: Jeff Fan <jeff@intel.com>
---
 IntelFrameworkModulePkg/Universal/BdsDxe/FrontPage.c| 6 +++---
 .../Universal/SectionExtractionDxe/SectionExtraction.c  | 6 +++---
 2 files changed, 6 insertions(+), 6 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, 
, ); @@ -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..cacac48 100644
--- a/IntelFrameworkModulePkg/Universal/SectionExtractionDxe/SectionExtraction.c
+++ b/IntelFrameworkModulePkg/Universal/SectionExtractionDxe/SectionExtr
+++ action.c
@@ -27,7 +27,7 @@
   3) A support protocol is not found, and the data is not available to be read
  without it.  This results in EFI_PROTOCOL_ERROR.
 
-Copyright (c) 2006 - 2014, Intel Corporation. All rights reserved.
+Copyright (c) 2006 - 2016, Intel Corporation. All rights reserved.
 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 @@ -149,7 +149,7 @@ 
OpenSectionStream (
   @param BufferDouble 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 BufferSizeOn input, indicates the size of *Buffer if 
*Buffer is
non-null on input.  On output, indicates the 
required @@ -1234,7 +1234,7 @@ FindStreamNode (
   @param BufferDouble 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 BufferSizeOn 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
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel


[edk2] [PATCH v2 09/14] IntelFrameworkModulePkg: Fix typos in comments

2016-07-08 Thread Giri P Mudusuru
- requried to required

Cc: Jeff Fan 
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Giri P Mudusuru 
Reviewed-by: Jeff Fan 
---
 IntelFrameworkModulePkg/Universal/BdsDxe/FrontPage.c| 6 +++---
 .../Universal/SectionExtractionDxe/SectionExtraction.c  | 6 +++---
 2 files changed, 6 insertions(+), 6 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, 
, );
@@ -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..cacac48 100644
--- a/IntelFrameworkModulePkg/Universal/SectionExtractionDxe/SectionExtraction.c
+++ b/IntelFrameworkModulePkg/Universal/SectionExtractionDxe/SectionExtraction.c
@@ -27,7 +27,7 @@
   3) A support protocol is not found, and the data is not available to be read
  without it.  This results in EFI_PROTOCOL_ERROR.
 
-Copyright (c) 2006 - 2014, Intel Corporation. All rights reserved.
+Copyright (c) 2006 - 2016, Intel Corporation. All rights reserved.
 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
@@ -149,7 +149,7 @@ OpenSectionStream (
   @param BufferDouble 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 BufferSizeOn input, indicates the size of *Buffer if 
*Buffer is
non-null on input.  On output, indicates the 
required
@@ -1234,7 +1234,7 @@ FindStreamNode (
   @param BufferDouble 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 BufferSizeOn 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
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel