From: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
To: Eric DeVolder <eric.devolder@oracle.com>
Cc: wei.liu2@citrix.com, daniel.kiper@oracle.com,
ian.jackson@eu.citrix.com, xen-devel@lists.xen.org
Subject: Re: [XEN KEXEC PATCH] Corrected comment typo "count not" to "could not"
Date: Wed, 21 Dec 2016 16:39:22 -0500 [thread overview]
Message-ID: <20161221213922.GT9375@char.us.oracle.com> (raw)
In-Reply-To: <20161221213731.12149-1-eric.devolder@oracle.com>
On Wed, Dec 21, 2016 at 01:37:31PM -0800, Eric DeVolder wrote:
> Fix cut-n-paste typo; changed the words "count not" to "could not".
>
> No functional changes
>
> Signed-off-by: Eric DeVolder <eric.devolder@oracle.com>
Reviewed-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
>
> ---
> tools/libxc/xc_kexec.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/tools/libxc/xc_kexec.c b/tools/libxc/xc_kexec.c
> index 1cceb5d2d6..989e225192 100644
> --- a/tools/libxc/xc_kexec.c
> +++ b/tools/libxc/xc_kexec.c
> @@ -20,7 +20,7 @@ int xc_kexec_exec(xc_interface *xch, int type)
> exec = xc_hypercall_buffer_alloc(xch, exec, sizeof(*exec));
> if ( exec == NULL )
> {
> - PERROR("Count not alloc bounce buffer for kexec_exec hypercall");
> + PERROR("Could not alloc bounce buffer for kexec_exec hypercall");
> goto out;
> }
>
> @@ -111,7 +111,7 @@ int xc_kexec_unload(xc_interface *xch, int type)
> unload = xc_hypercall_buffer_alloc(xch, unload, sizeof(*unload));
> if ( unload == NULL )
> {
> - PERROR("Count not alloc buffer for kexec unload hypercall");
> + PERROR("Could not alloc buffer for kexec unload hypercall");
> goto out;
> }
>
> --
> 2.11.0
>
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel
next prev parent reply other threads:[~2016-12-21 21:39 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-12-21 21:37 [XEN KEXEC PATCH] Corrected comment typo "count not" to "could not" Eric DeVolder
2016-12-21 21:39 ` Konrad Rzeszutek Wilk [this message]
2016-12-22 10:50 ` Wei Liu
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20161221213922.GT9375@char.us.oracle.com \
--to=konrad.wilk@oracle.com \
--cc=daniel.kiper@oracle.com \
--cc=eric.devolder@oracle.com \
--cc=ian.jackson@eu.citrix.com \
--cc=wei.liu2@citrix.com \
--cc=xen-devel@lists.xen.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).