Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750793AbWAXWeL (ORCPT ); Tue, 24 Jan 2006 17:34:11 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1750795AbWAXWeL (ORCPT ); Tue, 24 Jan 2006 17:34:11 -0500 Received: from saraswathi.solana.com ([198.99.130.12]:64658 "EHLO saraswathi.solana.com") by vger.kernel.org with ESMTP id S1750793AbWAXWeJ (ORCPT ); Tue, 24 Jan 2006 17:34:09 -0500 Message-Id: <200601242326.k0ONQ2JM008908@ccure.user-mode-linux.org> X-Mailer: exmh version 2.7.2 01/07/2005 with nmh-1.0.4 To: akpm@osdl.org cc: linux-kernel@vger.kernel.org, user-mode-linux-devel@lists.sourceforge.net Subject: [PATCH 2/2] UML - Fix some typos Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 24 Jan 2006 18:26:02 -0500 From: Jeff Dike Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1706 Lines: 36 Fix a couple of typos. Signed-off-by: Jeff Dike Index: linux-2.6.15-mm/arch/um/drivers/mcast_kern.c =================================================================== --- linux-2.6.15-mm.orig/arch/um/drivers/mcast_kern.c 2006-01-24 17:04:22.000000000 -0500 +++ linux-2.6.15-mm/arch/um/drivers/mcast_kern.c 2006-01-24 17:05:38.000000000 -0500 @@ -40,7 +40,7 @@ static void mcast_init(struct net_device dpri->dev = dev; printk("mcast backend "); - printk("multicast adddress: %s:%u, TTL:%u ", + printk("multicast address: %s:%u, TTL:%u ", dpri->addr, dpri->port, dpri->ttl); printk("\n"); Index: linux-2.6.15-mm/arch/um/drivers/mconsole_kern.c =================================================================== --- linux-2.6.15-mm.orig/arch/um/drivers/mconsole_kern.c 2006-01-24 17:04:31.000000000 -0500 +++ linux-2.6.15-mm/arch/um/drivers/mconsole_kern.c 2006-01-24 17:05:38.000000000 -0500 @@ -273,7 +273,7 @@ void mconsole_proc(struct mc_request *re config - Query the configuration of a device \n\ remove - Remove a device from UML \n\ sysrq - Performs the SysRq action controlled by the letter \n\ - cad - invoke the Ctl-Alt-Del handler \n\ + cad - invoke the Ctrl-Alt-Del handler \n\ stop - pause the UML; it will do nothing until it receives a 'go' \n\ go - continue the UML after a 'stop' \n\ log - make UML enter into the kernel log\n\ - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/