diff options
author | Srivatsa S. Bhat (VMware) <srivatsa@csail.mit.edu> | 2019-10-25 16:02:07 -0700 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2019-11-12 11:35:32 +0100 |
commit | d61ca3c25e0330c44d9a18b2a767197f10c0cd16 (patch) | |
tree | 30b6c9f058b7424d24556f1e428b96a6a9221659 | |
parent | 31f4f5b495a62c9a8b15b1c3581acd5efeb9af8c (diff) |
sched/Kconfig: Fix spelling mistake in user-visible help text
Fix a spelling mistake in the help text for PREEMPT_RT.
Signed-off-by: Srivatsa S. Bhat (VMware) <srivatsa@csail.mit.edu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link: https://lkml.kernel.org/r/157204450499.10518.4542293884417101528.stgit@srivatsa-ubuntu
-rw-r--r-- | kernel/Kconfig.preempt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/Kconfig.preempt b/kernel/Kconfig.preempt index deff97217496..bf82259cff96 100644 --- a/kernel/Kconfig.preempt +++ b/kernel/Kconfig.preempt @@ -65,7 +65,7 @@ config PREEMPT_RT preemptible priority-inheritance aware variants, enforcing interrupt threading and introducing mechanisms to break up long non-preemptible sections. This makes the kernel, except for very - low level and critical code pathes (entry code, scheduler, low + low level and critical code paths (entry code, scheduler, low level interrupt handling) fully preemptible and brings most execution contexts under scheduler control. |