Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=01afd80626e98c2347bc25be92ee4a3faf314514
Commit:     01afd80626e98c2347bc25be92ee4a3faf314514
Parent:     a982ac06b069f6ee9ea1b64f4ce68cdf2e138742
Author:     Márton Németh <[EMAIL PROTECTED]>
AuthorDate: Wed May 9 07:48:05 2007 +0200
Committer:  Adrian Bunk <[EMAIL PROTECTED]>
CommitDate: Wed May 9 08:58:16 2007 +0200

    drivers/base/platform.c: fix small typo in doc
    
    Typo: iwithout -> without.
    
    Signed-off-by: Márton Németh <[EMAIL PROTECTED]>
    Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]>
---
 drivers/base/platform.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/base/platform.c b/drivers/base/platform.c
index eb84d9d..869ff8c 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
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to