]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commitdiff
sched/Kconfig: Fix spelling mistake in user-visible help text
authorSrivatsa S. Bhat (VMware) <srivatsa@csail.mit.edu>
Fri, 25 Oct 2019 23:02:07 +0000 (16:02 -0700)
committerThomas Gleixner <tglx@linutronix.de>
Tue, 12 Nov 2019 10:35:32 +0000 (11:35 +0100)
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
kernel/Kconfig.preempt

index deff972174967c55eab3cdaeec5b1e10903e290a..bf82259cff9654a625042e3befa426bb866ce89f 100644 (file)
@@ -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.