Re: [PATCH] Documentation, kbuild: fix typo "minimun" -> "minimum"

2017-05-18 Thread Jonathan Corbet
On Thu, 18 May 2017 14:17:29 +0200
Tobias Klauser  wrote:

>  Documentation/kbuild/makefiles.txt | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/Documentation/kbuild/makefiles.txt 
> b/Documentation/kbuild/makefiles.txt
> index e18daca65ccd..659afd56ecdb 100644
> --- a/Documentation/kbuild/makefiles.txt
> +++ b/Documentation/kbuild/makefiles.txt
> @@ -1331,7 +1331,7 @@ See subsequent chapter for the syntax of the Kbuild 
> file.
>   --- 7.5 mandatory-y
>  
>   mandatory-y is essentially used by include/uapi/asm-generic/Kbuild.asm
> - to define the minimun set of headers that must be exported in
> + to define the minimum set of headers that must be exported in
>   include/asm.

Applied to the docs tree, thanks.

jon
--
To unsubscribe from this list: send the line "unsubscribe linux-doc" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[PATCH] Documentation, kbuild: fix typo "minimun" -> "minimum"

2017-05-18 Thread Tobias Klauser
Signed-off-by: Tobias Klauser 
---
 Documentation/kbuild/makefiles.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/kbuild/makefiles.txt 
b/Documentation/kbuild/makefiles.txt
index e18daca65ccd..659afd56ecdb 100644
--- a/Documentation/kbuild/makefiles.txt
+++ b/Documentation/kbuild/makefiles.txt
@@ -1331,7 +1331,7 @@ See subsequent chapter for the syntax of the Kbuild file.
--- 7.5 mandatory-y
 
mandatory-y is essentially used by include/uapi/asm-generic/Kbuild.asm
-   to define the minimun set of headers that must be exported in
+   to define the minimum set of headers that must be exported in
include/asm.
 
The convention is to list one subdir per line and
-- 
2.13.0


--
To unsubscribe from this list: send the line "unsubscribe linux-doc" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html