Fix common misspellings
[linux-2.6-block.git] / net / irda / timer.c
index 0335ba0cc5939d19d317563a3ffad6bcca1e0b2d..f418cb2ad49ccdf00557e673147f93d748c74409 100644 (file)
@@ -59,7 +59,7 @@ void irlap_start_query_timer(struct irlap_cb *self, int S, int s)
         * slot time, plus add some extra time to properly receive the last
         * discovery packet (which is longer due to extra discovery info),
         * to avoid messing with for incomming connections requests and
-        * to accomodate devices that perform discovery slower than us.
+        * to accommodate devices that perform discovery slower than us.
         * Jean II */
        timeout = ((sysctl_slot_timeout * HZ / 1000) * (S - s)
                   + XIDEXTRA_TIMEOUT + SMALLBUSY_TIMEOUT);