Commit 5b9fa35a authored by Alan Cox's avatar Alan Cox Committed by Linus Torvalds

[PATCH] fix typo in net/core/neighbour

parent 5737ac73
...@@ -550,7 +550,7 @@ static void SMP_TIMER_NAME(neigh_periodic_timer)(unsigned long arg) ...@@ -550,7 +550,7 @@ static void SMP_TIMER_NAME(neigh_periodic_timer)(unsigned long arg)
write_lock(&tbl->lock); write_lock(&tbl->lock);
/* /*
* periodicly recompute ReachableTime from random function * periodically recompute ReachableTime from random function
*/ */
if (now - tbl->last_rand > 300 * HZ) { if (now - tbl->last_rand > 300 * HZ) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment