]> xenbits.xensource.com Git - xen.git/commitdiff
docs/misc: fix document typo
authorYang Xu <yang.xu@mediatek.com>
Thu, 20 Jul 2023 08:03:53 +0000 (10:03 +0200)
committerJan Beulich <jbeulich@suse.com>
Thu, 20 Jul 2023 08:03:53 +0000 (10:03 +0200)
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

index 04bc72601c3163d90ddd94b7ab96f6333fd40317..bc2f932fbc8a4bb86723627dd88426a3c95b3fdc 100644 (file)
@@ -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
 -----------------