Re: [PATCH v2] docs: Fix missing word in spectre.rst
From: Jonathan Corbet
Date: Mon Nov 10 2025 - 14:39:47 EST
pierwill <pierwill@xxxxxxxxxxxxxx> writes:
> Corrects a missing word in the hardware vulnerability docs.
>
> Signed-off-by: Will Pierce <pierwill@xxxxxxxxxxxxxx>
> ---
> Documentation/admin-guide/hw-vuln/spectre.rst | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/admin-guide/hw-vuln/spectre.rst b/Documentation/admin-guide/hw-vuln/spectre.rst
> index 991f12adef8d..4bb8549bee82 100644
> --- a/Documentation/admin-guide/hw-vuln/spectre.rst
> +++ b/Documentation/admin-guide/hw-vuln/spectre.rst
> @@ -406,7 +406,7 @@ The possible values in this file are:
>
> - Single threaded indirect branch prediction (STIBP) status for protection
> between different hyper threads. This feature can be controlled through
> - prctl per process, or through kernel command line options. This is x86
> + prctl per process, or through kernel command line options. This is an x86
Applied, thanks.
jon