From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1L6Pwu-00077A-Nu for qemu-devel@nongnu.org; Sat, 29 Nov 2008 08:33:28 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1L6Pws-00075m-Nd for qemu-devel@nongnu.org; Sat, 29 Nov 2008 08:33:28 -0500 Received: from [199.232.76.173] (port=45864 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L6Pws-00075b-Gf for qemu-devel@nongnu.org; Sat, 29 Nov 2008 08:33:26 -0500 Received: from savannah.gnu.org ([199.232.41.3]:52660 helo=sv.gnu.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1L6Pws-0006S7-BH for qemu-devel@nongnu.org; Sat, 29 Nov 2008 08:33:26 -0500 Received: from cvs.savannah.gnu.org ([199.232.41.69]) by sv.gnu.org with esmtp (Exim 4.63) (envelope-from ) id 1L6Pwq-0000Jn-Pp for qemu-devel@nongnu.org; Sat, 29 Nov 2008 13:33:24 +0000 Received: from pbrook by cvs.savannah.gnu.org with local (Exim 4.63) (envelope-from ) id 1L6Pwq-0000Jj-HH for qemu-devel@nongnu.org; Sat, 29 Nov 2008 13:33:24 +0000 MIME-Version: 1.0 Errors-To: pbrook Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit From: Paul Brook Message-Id: Date: Sat, 29 Nov 2008 13:33:24 +0000 Subject: [Qemu-devel] [5808] Fix comment typo. Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Revision: 5808 http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=5808 Author: pbrook Date: 2008-11-29 13:33:23 +0000 (Sat, 29 Nov 2008) Log Message: ----------- Fix comment typo. Modified Paths: -------------- trunk/cpu-defs.h Modified: trunk/cpu-defs.h =================================================================== --- trunk/cpu-defs.h 2008-11-28 11:17:43 UTC (rev 5807) +++ trunk/cpu-defs.h 2008-11-29 13:33:23 UTC (rev 5808) @@ -115,7 +115,7 @@ target_ulong addr_write; target_ulong addr_code; /* Addend to virtual address to get physical address. IO accesses - use the correcponding iotlb value. */ + use the corresponding iotlb value. */ #if TARGET_PHYS_ADDR_BITS == 64 /* on i386 Linux make sure it is aligned */ target_phys_addr_t addend __attribute__((aligned(8)));