From: Jeff Dike Fix a couple of typos. Signed-off-by: Jeff Dike Signed-off-by: Andrew Morton --- arch/um/drivers/mcast_kern.c | 2 +- arch/um/drivers/mconsole_kern.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff -puN arch/um/drivers/mcast_kern.c~uml-fix-some-typos arch/um/drivers/mcast_kern.c --- 25/arch/um/drivers/mcast_kern.c~uml-fix-some-typos Tue Jan 24 15:00:07 2006 +++ 25-akpm/arch/um/drivers/mcast_kern.c Tue Jan 24 15:00:07 2006 @@ -40,7 +40,7 @@ void mcast_init(struct net_device *dev, 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"); diff -puN arch/um/drivers/mconsole_kern.c~uml-fix-some-typos arch/um/drivers/mconsole_kern.c --- 25/arch/um/drivers/mconsole_kern.c~uml-fix-some-typos Tue Jan 24 15:00:07 2006 +++ 25-akpm/arch/um/drivers/mconsole_kern.c Tue Jan 24 15:00:07 2006 @@ -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\ _