diff options
author | rwatson <rwatson@FreeBSD.org> | 2010-06-01 14:09:35 +0000 |
---|---|---|
committer | rwatson <rwatson@FreeBSD.org> | 2010-06-01 14:09:35 +0000 |
commit | ae44b4322ea606485db5239ff83cdf784e472941 (patch) | |
tree | f05e5d2590d29769bce0c9db59bda1d2c98ddf8a /lib | |
parent | 69b5854f29305482badb6419e2433f1027a36d90 (diff) | |
download | FreeBSD-src-ae44b4322ea606485db5239ff83cdf784e472941.zip FreeBSD-src-ae44b4322ea606485db5239ff83cdf784e472941.tar.gz |
Merge r204435 from head to stable/8:
Fix typo in comment.
Approved by: re (bz)
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libkvm/kvm_vnet.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libkvm/kvm_vnet.c b/lib/libkvm/kvm_vnet.c index d192c67..a5c8aad 100644 --- a/lib/libkvm/kvm_vnet.c +++ b/lib/libkvm/kvm_vnet.c @@ -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; |