linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] include/linux/sched.h: fix a comment
@ 2022-04-14 11:23 Yixuan Cao
  0 siblings, 0 replies; only message in thread
From: Yixuan Cao @ 2022-04-14 11:23 UTC (permalink / raw)
  To: mingo
  Cc: peterz, juri.lelli, vincent.guittot, dietmar.eggemann, rostedt,
	bsegall, mgorman, bristot, ast, daniel, andrii, kafai,
	songliubraving, yhs, john.fastabend, kpsingh, linux-kernel,
	netdev, bpf, Yixuan Cao

There is a language error, it is better to fix it.

Signed-off-by: Yixuan Cao <caoyixuan2019@email.szu.edu.cn>
---
 include/linux/sched.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/linux/sched.h b/include/linux/sched.h
index 0a56c9b4467c..4f26021f3b66 100644
--- a/include/linux/sched.h
+++ b/include/linux/sched.h
@@ -73,7 +73,7 @@ struct task_group;
  * encoded in fs/proc/array.c: get_task_state().
  *
  * We have two separate sets of flags: task->state
- * is about runnability, while task->exit_state are
+ * is about runnability, while task->exit_state is
  * about the task exiting. Confusing, but this way
  * modifying one set can't modify the other one by
  * mistake.
-- 
2.17.1




^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2022-04-14 11:24 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-14 11:23 [PATCH] include/linux/sched.h: fix a comment Yixuan Cao

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).