]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
Fix typo in previous commit s/lik/like/
authorDaniel P. Berrange <berrange@redhat.com>
Tue, 16 Oct 2012 15:37:26 +0000 (16:37 +0100)
committerDaniel P. Berrange <berrange@redhat.com>
Tue, 16 Oct 2012 15:37:50 +0000 (16:37 +0100)
Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
src/util/virprocess.c

index fee333f64deb28a5959d0cf9c3760bbce1980dd0..4bb7ebc8ec5d0cbb2458b64401fcb2141295835a 100644 (file)
@@ -268,7 +268,7 @@ virProcessKillPainfully(pid_t pid, bool force)
             VIR_DEBUG("Timed out waiting after SIGTERM to process %d, "
                       "sending SIGKILL", pid);
             /* No SIGKILL kill on Win32 ! Use SIGABRT instead which our
-             * virProcessKill proc will handle more or less lik SIGKILL */
+             * virProcessKill proc will handle more or less like SIGKILL */
 #ifdef WIN32
             signum = SIGABRT; /* kill it after a grace period */
             signame = "ABRT";