From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) (using TLSv1 with cipher CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 2EF4A1A1E43 for ; Wed, 26 Oct 2016 11:50:27 -0700 (PDT) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga101.jf.intel.com with ESMTP; 26 Oct 2016 11:50:27 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,551,1473145200"; d="scan'208";a="894320912" Received: from orsmsx101.amr.corp.intel.com ([10.22.225.128]) by orsmga003.jf.intel.com with ESMTP; 26 Oct 2016 11:50:27 -0700 Received: from orsmsx113.amr.corp.intel.com ([169.254.9.50]) by ORSMSX101.amr.corp.intel.com ([169.254.8.38]) with mapi id 14.03.0248.002; Wed, 26 Oct 2016 11:50:26 -0700 From: "Ma, Maurice" To: Gary Lin , "edk2-devel@lists.01.org" CC: "Agyeman, Prince" Thread-Topic: [PATCH 03/33] CorebootPayloadPkg: Fix typos in comments Thread-Index: AQHSKdbJdv8x7S0IaUmgCWsVgJNWoqC7H8qA Date: Wed, 26 Oct 2016 18:50:26 +0000 Message-ID: <7AAC936950815649B5F88FAE785306C284176709@ORSMSX113.amr.corp.intel.com> References: <20161019070138.16424-1-glin@suse.com> <20161019070138.16424-4-glin@suse.com> In-Reply-To: <20161019070138.16424-4-glin@suse.com> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ctpclassification: CTP_IC x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiOTQxMTQ3YzgtYzU0Mi00NWFiLTg0NjEtMTllZTJkMWYyNmJmIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6IllGTWwzeU10SzMxYW9KVlk5ZXo1eVQxejlMMU9rajVQUGFCaGttVm55aUE9In0= x-originating-ip: [10.22.254.139] MIME-Version: 1.0 Subject: Re: [PATCH 03/33] CorebootPayloadPkg: Fix typos in comments X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Oct 2016 18:50:27 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Maurice Ma -----Original Message----- From: Gary Lin [mailto:glin@suse.com]=20 Sent: Wednesday, October 19, 2016 12:01 AM To: edk2-devel@lists.01.org Cc: Ma, Maurice; Agyeman, Prince Subject: [PATCH 03/33] CorebootPayloadPkg: Fix typos in comments - dirver -> driver - futhure -> future Cc: Maurice Ma Cc: Prince Agyeman Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Gary Lin --- CorebootPayloadPkg/Library/PlatformBootManagerLib/PlatformConsole.c | 4 ++= -- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CorebootPayloadPkg/Library/PlatformBootManagerLib/PlatformCons= ole.c b/CorebootPayloadPkg/Library/PlatformBootManagerLib/PlatformConsole.c index 16a146f..4786170 100644 --- a/CorebootPayloadPkg/Library/PlatformBootManagerLib/PlatformConsole.c +++ b/CorebootPayloadPkg/Library/PlatformBootManagerLib/PlatformConsole.c @@ -201,7 +201,7 @@ GetGopDevicePath ( } =20 // - // Try to connect this handle, so that GOP dirver could start on this + // Try to connect this handle, so that GOP driver could start on this // device and create child handles with GraphicsOutput Protocol installe= d // on them, then we get device paths of these child handles and select // them as possible console device. @@ -243,7 +243,7 @@ GetGopDevicePath ( // In current implementation, we only enable one of the child hand= les // as console device, i.e. sotre one of the child handle's device // path to variable "ConOut" - // In futhure, we could select all child handles to be console dev= ice + // In future, we could select all child handles to be console devi= ce // *GopDevicePath =3D TempDevicePath; =20 --=20 2.10.1