tracing: Kconfig text fixes for CONFIG_HWLAT_TRACER
authorJesper Dangaard Brouer <brouer@redhat.com>
Tue, 13 Jun 2017 11:06:59 +0000 (13:06 +0200)
committerJiri Kosina <jkosina@suse.cz>
Thu, 12 Oct 2017 13:28:23 +0000 (15:28 +0200)
Trivial spelling fixes for Kconfig help text of config HWLAT_TRACER.

Fixes: e7c15cd8a113 ("tracing: Added hardware latency tracer")
Signed-off-by: Jesper Dangaard Brouer <brouer@redhat.com>
Acked-by: Steven Rostedt <rostedt@goodmis.org>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
kernel/trace/Kconfig

index 434c840e2d82f64c127a5c13f1f6aa244544ed43..f54b7b6b4a4bcbe50b207a2a40d8d64bf5acd12c 100644 (file)
@@ -224,7 +224,7 @@ config HWLAT_TRACER
        select GENERIC_TRACER
        help
         This tracer, when enabled will create one or more kernel threads,
-        depening on what the cpumask file is set to, which each thread
+        depending on what the cpumask file is set to, which each thread
         spinning in a loop looking for interruptions caused by
         something other than the kernel. For example, if a
         System Management Interrupt (SMI) takes a noticeable amount of
@@ -239,7 +239,7 @@ config HWLAT_TRACER
                                     iteration
 
         A kernel thread is created that will spin with interrupts disabled
-        for "width" microseconds in every "widow" cycle. It will not spin
+        for "width" microseconds in every "window" cycle. It will not spin
         for "window - width" microseconds, where the system can
         continue to operate.