summaryrefslogtreecommitdiff
path: root/Documentation/trace
diff options
context:
space:
mode:
authorNinad Naik <ninadnaik07@gmail.com>2026-04-20 00:15:27 +0530
committerJonathan Corbet <corbet@lwn.net>2026-04-27 03:56:14 -0600
commit1cf4830de25495c071a78f307fd66e83ddd586df (patch)
tree93a6030f310d9d74cdbc4b6490c39e2e237a1605 /Documentation/trace
parent97a7bd8c2c58a6d820df563d1d0f68aafec45477 (diff)
downloadlwn-1cf4830de25495c071a78f307fd66e83ddd586df.tar.gz
lwn-1cf4830de25495c071a78f307fd66e83ddd586df.zip
Documentation: fix spelling mistake "stucture" -> "structure"
Fixing a spelling mistake in Documentation/trace/histogram-design.rst. Signed-off-by: Ninad Naik <ninadnaik07@gmail.com> Signed-off-by: Jonathan Corbet <corbet@lwn.net> Message-ID: <20260419184527.779828-1-ninadnaik07@gmail.com>
Diffstat (limited to 'Documentation/trace')
-rw-r--r--Documentation/trace/histogram-design.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/trace/histogram-design.rst b/Documentation/trace/histogram-design.rst
index e92f56ebd0b5..41a726cd3536 100644
--- a/Documentation/trace/histogram-design.rst
+++ b/Documentation/trace/histogram-design.rst
@@ -247,7 +247,7 @@ field's size and offset, is used to grab that subkey's data from the
current trace record.
Note, the hist field function use to be a function pointer in the
-hist_field stucture. Due to spectre mitigation, it was converted into
+hist_field structure. Due to spectre mitigation, it was converted into
a fn_num and hist_fn_call() is used to call the associated hist field
function that corresponds to the fn_num of the hist_field structure.