diff mbox series

[XEN] docs/misc: fix document typo

Message ID 20230718122529.19912-1-yang.xu@mediatek.com (mailing list archive)
State New, archived
Headers show
Series [XEN] docs/misc: fix document typo | expand

Commit Message

yang.xu@mediatek.com July 18, 2023, 12:25 p.m. UTC
From: Yang Xu <yang.xu@mediatek.com>

Fix document typo for more accurate meaning

Signed-off-by: Yang Xu <yang.xu@mediatek.com>
---
 docs/misc/xen-makefiles/makefiles.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Stefano Stabellini July 19, 2023, 11:34 p.m. UTC | #1
On Tue, 18 Jul 2023, yang.xu@mediatek.com wrote:
> From: Yang Xu <yang.xu@mediatek.com>
> 
> Fix document typo for more accurate meaning
> 
> Signed-off-by: Yang Xu <yang.xu@mediatek.com>

Reviewed-by: Stefano Stabellini <sstabellini@kernel.org>


> ---
>  docs/misc/xen-makefiles/makefiles.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/docs/misc/xen-makefiles/makefiles.rst b/docs/misc/xen-makefiles/makefiles.rst
> index 04bc72601c..bc2f932fbc 100644
> --- a/docs/misc/xen-makefiles/makefiles.rst
> +++ b/docs/misc/xen-makefiles/makefiles.rst
> @@ -68,7 +68,7 @@ Descending down in directories
>  
>  	It is good practice to use a `CONFIG_` variable when assigning directory
>  	names. This allows the build system to totally skip the directory if the
> -	corresponding `CONFIG_` option is 'y'.
> +	corresponding `CONFIG_` option is not set to 'y'.
>  
>  Compilation flags
>  -----------------
> -- 
> 2.25.1
>
diff mbox series

Patch

diff --git a/docs/misc/xen-makefiles/makefiles.rst b/docs/misc/xen-makefiles/makefiles.rst
index 04bc72601c..bc2f932fbc 100644
--- a/docs/misc/xen-makefiles/makefiles.rst
+++ b/docs/misc/xen-makefiles/makefiles.rst
@@ -68,7 +68,7 @@  Descending down in directories
 
 	It is good practice to use a `CONFIG_` variable when assigning directory
 	names. This allows the build system to totally skip the directory if the
-	corresponding `CONFIG_` option is 'y'.
+	corresponding `CONFIG_` option is not set to 'y'.
 
 Compilation flags
 -----------------