Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Jun 2010 14:09:36 +0000 (UTC)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org
Subject:   svn commit: r208695 - stable/8/lib/libkvm
Message-ID:  <201006011409.o51E9ajH052502@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201006011409.o51E9ajH052502>