]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - kernel/latencytop.c
Merge branch 'sfc-2.6.39' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh/sfc-2.6
[karo-tx-linux.git] / kernel / latencytop.c
index ee74b35e528d1f6a909e29cfbe5d76a8a79fc837..376066e10413f5179c4f72ce3cbfc5c83744f5fc 100644 (file)
@@ -153,7 +153,7 @@ static inline void store_stacktrace(struct task_struct *tsk,
 }
 
 /**
- * __account_scheduler_latency - record an occured latency
+ * __account_scheduler_latency - record an occurred latency
  * @tsk - the task struct of the task hitting the latency
  * @usecs - the duration of the latency in microseconds
  * @inter - 1 if the sleep was interruptible, 0 if uninterruptible