[Xen-devel] [PATCH] tools/xl/xl_cmdtable.c: Fix a simple typo.

Ian Jackson posted 1 patch 4 years, 3 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/xen tags/patchew/20200102181146.26429-1-ian.jackson@eu.citrix.com
tools/xl/xl_cmdtable.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[Xen-devel] [PATCH] tools/xl/xl_cmdtable.c: Fix a simple typo.
Posted by Ian Jackson 4 years, 3 months ago
From: Chad Dougherty <crd@acm.org>

Signed-off-by: Chad Dougherty <crd@acm.org>
---
 tools/xl/xl_cmdtable.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/xl/xl_cmdtable.c b/tools/xl/xl_cmdtable.c
index 5baa6023aa..3b302b2f20 100644
--- a/tools/xl/xl_cmdtable.c
+++ b/tools/xl/xl_cmdtable.c
@@ -502,7 +502,7 @@ struct cmd_spec cmd_table[] = {
     },
     { "loadpolicy",
       &main_loadpolicy, 0, 1,
-      "Loads a new policy int the Flask Xen security module",
+      "Loads a new policy into the Flask Xen security module",
       "<policy file>",
     },
 #ifndef LIBXL_HAVE_NO_SUSPEND_RESUME
-- 
2.11.0


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel
Re: [Xen-devel] [PATCH] tools/xl/xl_cmdtable.c: Fix a simple typo.
Posted by Ian Jackson 4 years, 3 months ago
Ian Jackson writes ("[PATCH] tools/xl/xl_cmdtable.c: Fix a simple typo."):
> From: Chad Dougherty <crd@acm.org>
> 
> Signed-off-by: Chad Dougherty <crd@acm.org>
> ---
>  tools/xl/xl_cmdtable.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/tools/xl/xl_cmdtable.c b/tools/xl/xl_cmdtable.c
> index 5baa6023aa..3b302b2f20 100644
> --- a/tools/xl/xl_cmdtable.c
> +++ b/tools/xl/xl_cmdtable.c
> @@ -502,7 +502,7 @@ struct cmd_spec cmd_table[] = {
>      },
>      { "loadpolicy",
>        &main_loadpolicy, 0, 1,
> -      "Loads a new policy int the Flask Xen security module",
> +      "Loads a new policy into the Flask Xen security module",
>        "<policy file>",
>      },
>  #ifndef LIBXL_HAVE_NO_SUSPEND_RESUME

I posted this to the list for form's sake.  I don't think we need an
ack.  I'm applying it right away.

Ian.

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel