snmp_hostres(3): Fix a typo in a debug message

- s/atempt/attempt/

MFC after:	3 days
This commit is contained in:
Gordon Bergling 2022-07-03 14:57:12 +02:00
parent 66147d138a
commit c7b9006af5

View file

@ -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) {