snmp_hostres(3): Fix a typo in a debug message
- s/atempt/attempt/ MFC after: 3 days
This commit is contained in:
parent
66147d138a
commit
c7b9006af5
@ -479,7 +479,7 @@ invalidate_swrun_entry(struct swrun_entry *entry, int commit)
|
||||
|
||||
if (entry->index >= NO_PID + 1) {
|
||||
/* this is a kernel item */
|
||||
HRDBG("atempt to unload KLD %d",
|
||||
HRDBG("attempt to unload KLD %d",
|
||||
entry->index - NO_PID - 1);
|
||||
|
||||
if (entry->index == SWOSIndex) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user