bsnmpd/modules/snmp_lm75: Fix typos

Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed by: imp
Pull Request: https://github.com/freebsd/freebsd-src/pull/653
This commit is contained in:
Elyes Haouas 2023-06-01 17:41:34 -06:00 committed by Warner Losh
parent 6372f2c8a8
commit 8883fd2c4b

View file

@ -283,7 +283,7 @@ update_sensors(void)
free(oid);
return (0);
}
/* Alocate and read the next mib. */
/* Allocate and read the next mib. */
next = (int *)malloc(nextlen);
if (next == NULL) {
syslog(LOG_ERR,