Date: Sat, 27 Feb 2010 21:58:55 +0000 (UTC) From: Robert Watson <rwatson@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r204435 - head/lib/libkvm Message-ID: <201002272158.o1RLwtvb085375@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201002272158.o1RLwtvb085375>