xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
From: Eric DeVolder <eric.devolder@oracle.com>
To: xen-devel@lists.xen.org, ian.jackson@eu.citrix.com, wei.liu2@citrix.com
Cc: daniel.kiper@oracle.com
Subject: [XEN KEXEC PATCH] Corrected comment typo "count not" to "could not"
Date: Wed, 21 Dec 2016 13:37:31 -0800	[thread overview]
Message-ID: <20161221213731.12149-1-eric.devolder@oracle.com> (raw)

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>

---
 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

             reply	other threads:[~2016-12-21 21:37 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-12-21 21:37 Eric DeVolder [this message]
2016-12-21 21:39 ` [XEN KEXEC PATCH] Corrected comment typo "count not" to "could not" Konrad Rzeszutek Wilk
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=20161221213731.12149-1-eric.devolder@oracle.com \
    --to=eric.devolder@oracle.com \
    --cc=daniel.kiper@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).