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;
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to