svn commit: r204435 - head/lib/libkvm

Robert Watson rwatson at FreeBSD.org
Sat Feb 27 21:58:55 UTC 2010


Author: rwatson
Date: Sat Feb 27 21:58:55 2010
New Revision: 204435
URL: http://svn.freebsd.org/changeset/base/204435

Log:
  Fix typo in comment.
  
  MFC after:	3 days

Modified:
  head/lib/libkvm/kvm_vnet.c

Modified: head/lib/libkvm/kvm_vnet.c
==============================================================================
--- head/lib/libkvm/kvm_vnet.c	Sat Feb 27 20:41:18 2010	(r204434)
+++ head/lib/libkvm/kvm_vnet.c	Sat Feb 27 21:58:55 2010	(r204435)
@@ -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