[prev in list] [next in list] [prev in thread] [next in thread] 

List:       xen-cvs
Subject:    [Xen-changelog] [xen master] Corrected comment typo "count not" to "could not"
From:       patchbot () xen ! org
Date:       2016-12-25 6:08:09
Message-ID: E1cL1yb-0000RD-0k () xenbits ! xenproject ! org
[Download RAW message or body]

commit 328d07cb5c07c46306b52424da574c1aef615937
Author:     Eric DeVolder <eric.devolder@oracle.com>
AuthorDate: Wed Dec 21 13:37:31 2016 -0800
Commit:     Wei Liu <wei.liu2@citrix.com>
CommitDate: Thu Dec 22 10:50:10 2016 +0000

    Corrected comment typo "count not" to "could not"
    
    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>
    Acked-by: Wei Liu <wei.liu2@citrix.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 1cceb5d..989e225 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;
     }
 
--
generated by git-patchbot for /home/xen/git/xen.git#master

_______________________________________________
Xen-changelog mailing list
Xen-changelog@lists.xen.org
https://lists.xenproject.org/xen-changelog
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic