aboutsummaryrefslogtreecommitdiff
path: root/drivers/base/platform.c
diff options
context:
space:
mode:
authorGravatar Uwe Zeisberger <Uwe_Zeisberger@digi.com> 2006-03-22 00:21:33 +0100
committerGravatar Adrian Bunk <bunk@stusta.de> 2006-03-22 00:21:33 +0100
commit80682fa9f70932950c913fd10411c004c4c2e8b0 (patch)
tree696d4e63124bd6b73c8ec25ee81185545f0cf828 /drivers/base/platform.c
parentfix rwlock usage example (diff)
downloadlinux-80682fa9f70932950c913fd10411c004c4c2e8b0.tar.gz
linux-80682fa9f70932950c913fd10411c004c4c2e8b0.tar.bz2
linux-80682fa9f70932950c913fd10411c004c4c2e8b0.zip
Fix "frist", "fisrt", typos
Signed-off-by: Uwe Zeisberger <Uwe_Zeisberger@digi.com> Signed-off-by: Adrian Bunk <bunk@stusta.de>
Diffstat (limited to 'drivers/base/platform.c')
-rw-r--r--drivers/base/platform.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/base/platform.c b/drivers/base/platform.c
index 89b268321321..83f5c5984d1a 100644
--- a/drivers/base/platform.c
+++ b/drivers/base/platform.c
@@ -326,7 +326,7 @@ EXPORT_SYMBOL_GPL(platform_device_register);
* platform_device_unregister - unregister a platform-level device
* @pdev: platform device we're unregistering
*
- * Unregistration is done in 2 steps. Fisrt we release all resources
+ * Unregistration is done in 2 steps. First we release all resources
* and remove it from the subsystem, then we drop reference count by
* calling platform_device_put().
*/