From 1cf4830de25495c071a78f307fd66e83ddd586df Mon Sep 17 00:00:00 2001 From: Ninad Naik Date: Mon, 20 Apr 2026 00:15:27 +0530 Subject: [PATCH] Documentation: fix spelling mistake "stucture" -> "structure" Fixing a spelling mistake in Documentation/trace/histogram-design.rst. Signed-off-by: Ninad Naik Signed-off-by: Jonathan Corbet Message-ID: <20260419184527.779828-1-ninadnaik07@gmail.com> --- Documentation/trace/histogram-design.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/trace/histogram-design.rst b/Documentation/trace/histogram-design.rst index e92f56ebd0b50..41a726cd35369 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. -- 2.47.3