mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fix typo in comment.
MFC after: 3 days
This commit is contained in:
parent
6c77113c9f
commit
f0506e896f
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue