Skip to content

Commit 0906844

Browse files
committed
tracing/doc: Fix typos in histogram-design.rst
There's a few typos in the histogram-design.rst document that need need to be fixed. Cc: Tom Zanussi <[email protected]> Acked-by: Randy Dunlap <[email protected]> Signed-off-by: Steven Rostedt (VMware) <[email protected]>
1 parent 2d19bd7 commit 0906844

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Documentation/trace/histogram-design.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -700,7 +700,7 @@ variable, as well as the referenced variable's size, type, and
700700
is_signed values. The VAR_REF field's .name is set to the name of the
701701
variable it references. If a variable reference was created using the
702702
explicit system.event.$var_ref notation, the hist_field's system and
703-
event_name variabls are also set.
703+
event_name variables are also set.
704704

705705
So, in order to handle an event for the sched_switch histogram,
706706
because we have a reference to a variable on another histogram, we
@@ -1445,7 +1445,7 @@ reference to the variable being tracked, in this case the $wakeup_lat
14451445
variable. In order to perform the onmax() handler function, there
14461446
also needs to be a variable that tracks the current maximum by getting
14471447
updated whenever a new maximum is hit. In this case, we can see that
1448-
an autogenerated veriable named ' __max' has been created and is
1448+
an auto-generated variable named ' __max' has been created and is
14491449
visible in the actions[].track_data.track_var variable.
14501450

14511451
Finally, in the new 'save action variables' section, we can see that
@@ -1611,7 +1611,7 @@ A couple special cases
16111611

16121612
While the above covers the basics of the histogram internals, there
16131613
are a couple of special cases that should be discussed, since they
1614-
tend to creae even more confusion. Those are field variables on other
1614+
tend to create even more confusion. Those are field variables on other
16151615
histograms, and aliases, both described below through example tests
16161616
using the hist_debug files.
16171617

0 commit comments

Comments
 (0)