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

Reply via email to