treewide: Replace incomming with incoming in all comments and strings
Signed-off-by: Jorrit Schippers <jorrit@ncode.nl> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:

committed by
Jiri Kosina

parent
145bfa9d16
commit
d82603c6da
@@ -57,7 +57,7 @@ void irlap_start_query_timer(struct irlap_cb *self, int S, int s)
|
||||
* Basically, we multiply the number of remaining slots by our
|
||||
* 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 avoid messing with for incoming connections requests and
|
||||
* to accommodate devices that perform discovery slower than us.
|
||||
* Jean II */
|
||||
timeout = ((sysctl_slot_timeout * HZ / 1000) * (S - s)
|
||||
|
Reference in New Issue
Block a user