summaryrefslogtreecommitdiffstats
path: root/lib/libkvm
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2010-02-27 21:58:55 +0000
committerrwatson <rwatson@FreeBSD.org>2010-02-27 21:58:55 +0000
commit4b622047b70d7c7b395253defef5fd50616a9850 (patch)
tree8867bcd4f13fad195709508fde5812cbdf77b578 /lib/libkvm
parentfc045dee1354f1fe87ba069c4ce407ba063c3bd2 (diff)
downloadFreeBSD-src-4b622047b70d7c7b395253defef5fd50616a9850.zip
FreeBSD-src-4b622047b70d7c7b395253defef5fd50616a9850.tar.gz
Fix typo in comment.
MFC after: 3 days
Diffstat (limited to 'lib/libkvm')
-rw-r--r--lib/libkvm/kvm_vnet.c4
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;
OpenPOWER on IntegriCloud