svn commit: r208695 - stable/8/lib/libkvm

Robert Watson rwatson at FreeBSD.org
Tue Jun 1 14:09:36 UTC 2010


Author: rwatson
Date: Tue Jun  1 14:09:35 2010
New Revision: 208695
URL: http://svn.freebsd.org/changeset/base/208695

Log:
  Merge r204435 from head to stable/8:
  
    Fix typo in comment.
  
  Approved by:	re (bz)

Modified:
  stable/8/lib/libkvm/kvm_vnet.c
Directory Properties:
  stable/8/lib/libkvm/   (props changed)

Modified: stable/8/lib/libkvm/kvm_vnet.c
==============================================================================
--- stable/8/lib/libkvm/kvm_vnet.c	Tue Jun  1 14:04:33 2010	(r208694)
+++ stable/8/lib/libkvm/kvm_vnet.c	Tue Jun  1 14:09:35 2010	(r208695)
@@ -117,8 +117,8 @@ _kvm_vnet_selectpid(kvm_t *kd, pid_t pid
 	}
 
 	/*
-	 * First, find the process for this pid.  If we are workig on a dump,
-	 * either locate the thread dumptid is refering to or proc0.
+	 * First, find the process for this pid.  If we are working on a
+	 * dump, either locate the thread dumptid is refering to or proc0.
 	 * Based on either, take the address of the ucred.
 	 */
 	credp = 0;


More information about the svn-src-all mailing list