From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1M0gvJ-0000Vd-T6 for qemu-devel@nongnu.org; Sun, 03 May 2009 15:00:25 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M0gvJ-0000Um-Dx for qemu-devel@nongnu.org; Sun, 03 May 2009 15:00:25 -0400 Received: from [199.232.76.173] (port=58511 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M0gvJ-0000UZ-3m for qemu-devel@nongnu.org; Sun, 03 May 2009 15:00:25 -0400 Received: from fg-out-1718.google.com ([72.14.220.154]:10653) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1M0gvI-0008B6-Mv for qemu-devel@nongnu.org; Sun, 03 May 2009 15:00:24 -0400 Received: by fg-out-1718.google.com with SMTP id e21so1084530fga.8 for ; Sun, 03 May 2009 12:00:23 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <20090503111506.GA6088@miranda.arrow> References: <20090503111506.GA6088@miranda.arrow> Date: Sun, 3 May 2009 22:00:23 +0300 Message-ID: Subject: Re: [Qemu-devel] [PATCH] Fix typos in comments in exec.c From: Blue Swirl Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stuart Brady Cc: qemu-devel@nongnu.org On 5/3/09, Stuart Brady wrote: > This patch fixes several typos in comments in exec.c: > > longet -> longer > recommanded -> recommended > ajustments -> adjustments > inconsistancies -> inconsistencies > phsical -> physical > positionned -> positioned > succesfully -> successfully > regon_offset -> region_offset > > and also: > > start_region -> start_addr > > Signed-off-by: Stuart Brady Thanks, applied.