]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
Documentation: fix spelling mistake "stucture" -> "structure"
authorNinad Naik <ninadnaik07@gmail.com>
Sun, 19 Apr 2026 18:45:27 +0000 (00:15 +0530)
committerJonathan Corbet <corbet@lwn.net>
Mon, 27 Apr 2026 09:56:14 +0000 (03:56 -0600)
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>

Documentation/trace/histogram-design.rst

index e92f56ebd0b50d090b76885195d8a95aaf9ffe50..41a726cd353690451efb9b102e89027b27a663d0 100644 (file)
@@ -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.