mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-07-22 02:17:36 -04:00
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>
This commit is contained in:
committed by
Jonathan Corbet
parent
97a7bd8c2c
commit
1cf4830de2
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user