From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id B27301A1E56 for ; Wed, 19 Oct 2016 08:15:56 -0700 (PDT) Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 26E13624AC; Wed, 19 Oct 2016 15:15:56 +0000 (UTC) Received: from lacos-laptop-7.usersys.redhat.com (ovpn-116-155.phx2.redhat.com [10.3.116.155]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id u9JFFsFX014103; Wed, 19 Oct 2016 11:15:55 -0400 To: Ard Biesheuvel , Gary Lin References: <20161019070138.16424-1-glin@suse.com> <20161019070138.16424-2-glin@suse.com> Cc: edk2-devel-01 , Leif Lindholm From: Laszlo Ersek Message-ID: <0b0477bc-8495-5677-44e6-07da3048b5fc@redhat.com> Date: Wed, 19 Oct 2016 17:15:53 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: X-Scanned-By: MIMEDefang 2.68 on 10.5.11.22 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.39]); Wed, 19 Oct 2016 15:15:56 +0000 (UTC) Subject: Re: [PATCH 01/33] ArmPkg: 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, 19 Oct 2016 15:15:56 -0000 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit On 10/19/16 17:09, Ard Biesheuvel wrote: > On 19 October 2016 at 08:01, Gary Lin wrote: >> - differnt -> different >> - Libary -> Library >> - intialized -> initialized >> >> Cc: Leif Lindholm >> Cc: Ard Biesheuvel >> Contributed-under: TianoCore Contribution Agreement 1.0 >> Signed-off-by: Gary Lin > > Reviewed-by: Ard Biesheuvel I think we can commit these patches individually, out of order; there are no dependencies between the patches. I expect it'll take quite a while until all the patches are reviewed. (I do plan to commit the OvmfPkg patch once I've reviewed it.) Thanks Laszlo