All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2 -tip] sched: Fixed typos in documentation.
@ 2009-03-16 19:58 Luis Henriques
  2009-03-17 11:06 ` [tip:sched/cleanups] sched: fix " Luis Henriques
  0 siblings, 1 reply; 2+ messages in thread
From: Luis Henriques @ 2009-03-16 19:58 UTC (permalink / raw)
  To: Ingo Molnar; +Cc: linux-kernel

Fixed typos in functions documentation.

Signed-off-by: Luis Henriques <henrix@sapo.pt>
---
 kernel/sched.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/kernel/sched.c b/kernel/sched.c
index cbfa5ab..0a5d929 100644
--- a/kernel/sched.c
+++ b/kernel/sched.c
@@ -2114,7 +2114,7 @@ unsigned long wait_task_inactive(struct task_struct *p, long match_state)
 		 * it must be off the runqueue _entirely_, and not
 		 * preempted!
 		 *
-		 * So if it wa still runnable (but just not actively
+		 * So if it was still runnable (but just not actively
 		 * running right now), it's preempted, and we should
 		 * yield - it could be a while.
 		 */
@@ -2628,7 +2628,7 @@ void wake_up_new_task(struct task_struct *p, unsigned long clone_flags)
 #ifdef CONFIG_PREEMPT_NOTIFIERS
 
 /**
- * preempt_notifier_register - tell me when current is being being preempted & rescheduled
+ * preempt_notifier_register - tell me when current is being preempted & rescheduled
  * @notifier: notifier struct to register
  */
 void preempt_notifier_register(struct preempt_notifier *notifier)
-- 
1.6.2


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-03-17 11:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-16 19:58 [PATCH 1/2 -tip] sched: Fixed typos in documentation Luis Henriques
2009-03-17 11:06 ` [tip:sched/cleanups] sched: fix " Luis Henriques

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.