Re: [PATCH] docs: powerpc: Fix a typo

From: Jonathan Corbet
Date: Thu Mar 25 2021 - 13:49:25 EST


Bhaskar Chowdhury <unixbhaskar@xxxxxxxxx> writes:

> s/struture/structure/
>
> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@xxxxxxxxx>
> ---
> Documentation/powerpc/firmware-assisted-dump.rst | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/powerpc/firmware-assisted-dump.rst b/Documentation/powerpc/firmware-assisted-dump.rst
> index 20ea8cdee0aa..6c0ae070ba67 100644
> --- a/Documentation/powerpc/firmware-assisted-dump.rst
> +++ b/Documentation/powerpc/firmware-assisted-dump.rst
> @@ -171,7 +171,7 @@ that were present in CMA region::
> (meta area) |
> |
> |
> - Metadata: This area holds a metadata struture whose
> + Metadata: This area holds a metadata structure whose
> address is registered with f/w and retrieved in the
> second kernel after crash, on platforms that support

Applied, thanks.

jon