Merge tag 'trace-v6.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...
[sfrench/cifs-2.6.git] / kernel / trace / Kconfig
index 197545241ab835bb625ea37874e8bbd046715a84..d7043043f59c8d2d31ce81794e6279b48ea7aaf6 100644 (file)
@@ -933,8 +933,8 @@ config RING_BUFFER_RECORD_RECURSION
        default y
        help
          The ring buffer has its own internal recursion. Although when
-         recursion happens it wont cause harm because of the protection,
-         but it does cause an unwanted overhead. Enabling this option will
+         recursion happens it won't cause harm because of the protection,
+         but it does cause unwanted overhead. Enabling this option will
          place where recursion was detected into the ftrace "recursed_functions"
          file.
 
@@ -1017,8 +1017,8 @@ config RING_BUFFER_STARTUP_TEST
         The test runs for 10 seconds. This will slow your boot time
         by at least 10 more seconds.
 
-        At the end of the test, statics and more checks are done.
-        It will output the stats of each per cpu buffer. What
+        At the end of the test, statistics and more checks are done.
+        It will output the stats of each per cpu buffer: What
         was written, the sizes, what was read, what was lost, and
         other similar details.