]> Pileus Git - ~andy/linux/commitdiff
staging: ozwpan: Fix typo in staging/ozwpan
authorMasanari Iida <standby24x7@gmail.com>
Thu, 23 Aug 2012 06:33:11 +0000 (15:33 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 4 Sep 2012 20:12:13 +0000 (13:12 -0700)
Fix spelling typo in staging/ozwpan

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/ozwpan/ozevent.c

index 7f66b4f19b0102420d74f18934b3b940dcb63a2d..a48498bd9b5f582ca391180bc545c6eaa79e9fd6 100644 (file)
@@ -14,7 +14,7 @@
 #include "ozappif.h"
 /*------------------------------------------------------------------------------
  * Although the event mask is logically part of the oz_evtdev structure, it is
- * needed outside of this file so define it seperately to avoid the need to
+ * needed outside of this file so define it separately to avoid the need to
  * export definition of struct oz_evtdev.
  */
 u32 g_evt_mask;
@@ -39,8 +39,8 @@ static struct oz_evtdev g_evtdev;
  */
 void oz_event_init(void)
 {
-       /* Because g_evtdev is static external all fields initally zero so no
-        * need to reinitialised those.
+       /* Because g_evtdev is static external all fields initially zero so no
+        * need to reinitialized those.
         */
        oz_trace("Event tracing initialized\n");
        spin_lock_init(&g_evtdev.lock);