From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KaJSW-0003oL-Jj for qemu-devel@nongnu.org; Mon, 01 Sep 2008 20:09:24 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KaJST-0003mV-Hj for qemu-devel@nongnu.org; Mon, 01 Sep 2008 20:09:22 -0400 Received: from [199.232.76.173] (port=51066 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KaJSR-0003lp-PT for qemu-devel@nongnu.org; Mon, 01 Sep 2008 20:09:20 -0400 Received: from savannah.gnu.org ([199.232.41.3]:49839 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 1KaJSR-0002yr-FL for qemu-devel@nongnu.org; Mon, 01 Sep 2008 20:09:19 -0400 Received: from cvs.savannah.gnu.org ([199.232.41.69]) by sv.gnu.org with esmtp (Exim 4.63) (envelope-from ) id 1KaJSQ-0004KR-7N for qemu-devel@nongnu.org; Tue, 02 Sep 2008 00:09:18 +0000 Received: from aurel32 by cvs.savannah.gnu.org with local (Exim 4.63) (envelope-from ) id 1KaJSP-0004Jz-Gz for qemu-devel@nongnu.org; Tue, 02 Sep 2008 00:09:17 +0000 MIME-Version: 1.0 Errors-To: aurel32 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit From: Aurelien Jarno Message-Id: Date: Tue, 02 Sep 2008 00:09:17 +0000 Subject: [Qemu-devel] [5129] Fix typo in console.c comment 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: 5129 http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=5129 Author: aurel32 Date: 2008-09-02 00:09:16 +0000 (Tue, 02 Sep 2008) Log Message: ----------- Fix typo in console.c comment Signed-off-by: Ryan Harper Signed-off-by: Aurelien Jarno Modified Paths: -------------- trunk/console.c Modified: trunk/console.c =================================================================== --- trunk/console.c 2008-09-02 00:09:08 UTC (rev 5128) +++ trunk/console.c 2008-09-02 00:09:16 UTC (rev 5129) @@ -172,7 +172,7 @@ previous_active_console = active_console; active_console = consoles[0]; /* There is currently no way of specifying which screen we want to dump, - so always dump the dirst one. */ + so always dump the first one. */ if (consoles[0]->hw_screen_dump) consoles[0]->hw_screen_dump(consoles[0]->hw, filename); active_console = previous_active_console;