From: Márton Németh Date: Wed, 9 May 2007 05:48:05 +0000 (+0200) Subject: drivers/base/platform.c: fix small typo in doc X-Git-Tag: v2.6.22-rc1~147^2~10 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=01afd80626e98c2347bc25be92ee4a3faf314514;p=linux-2.6-omap-h63xx.git drivers/base/platform.c: fix small typo in doc Typo: iwithout -> without. Signed-off-by: Márton Németh Signed-off-by: Adrian Bunk --- diff --git a/drivers/base/platform.c b/drivers/base/platform.c index eb84d9d4464..869ff8c0014 100644 --- a/drivers/base/platform.c +++ b/drivers/base/platform.c @@ -360,7 +360,7 @@ EXPORT_SYMBOL_GPL(platform_device_unregister); * This function creates a simple platform device that requires minimal * resource and memory management. Canned release function freeing * memory allocated for the device allows drivers using such devices - * to be unloaded iwithout waiting for the last reference to the device + * to be unloaded without waiting for the last reference to the device * to be dropped. * * This interface is primarily intended for use with legacy drivers