From 8883fd2c4b86621d9af7b4c7937737c5c7812f85 Mon Sep 17 00:00:00 2001 From: Elyes Haouas Date: Thu, 1 Jun 2023 17:41:34 -0600 Subject: [PATCH] bsnmpd/modules/snmp_lm75: Fix typos Signed-off-by: Elyes Haouas Reviewed by: imp Pull Request: https://github.com/freebsd/freebsd-src/pull/653 --- usr.sbin/bsnmpd/modules/snmp_lm75/snmp_lm75.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.sbin/bsnmpd/modules/snmp_lm75/snmp_lm75.c b/usr.sbin/bsnmpd/modules/snmp_lm75/snmp_lm75.c index a55050b851d3..9da1dcc95cdb 100644 --- a/usr.sbin/bsnmpd/modules/snmp_lm75/snmp_lm75.c +++ b/usr.sbin/bsnmpd/modules/snmp_lm75/snmp_lm75.c @@ -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,