From f0506e896f8e231a9f9f2a05d2c3895302c6f7e2 Mon Sep 17 00:00:00 2001 From: Robert Watson Date: Sat, 27 Feb 2010 21:58:55 +0000 Subject: [PATCH] Fix typo in comment. MFC after: 3 days --- lib/libkvm/kvm_vnet.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/libkvm/kvm_vnet.c b/lib/libkvm/kvm_vnet.c index d192c67ced0c..a5c8aad22468 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;