git: 8883fd2c4b86 - main - bsnmpd/modules/snmp_lm75: Fix typos
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 02 Jun 2023 02:34:01 UTC
The branch main has been updated by imp:
URL: https://cgit.FreeBSD.org/src/commit/?id=8883fd2c4b86621d9af7b4c7937737c5c7812f85
commit 8883fd2c4b86621d9af7b4c7937737c5c7812f85
Author: Elyes Haouas <ehaouas@noos.fr>
AuthorDate: 2023-06-01 23:41:34 +0000
Commit: Warner Losh <imp@FreeBSD.org>
CommitDate: 2023-06-02 02:33:40 +0000
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
---
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,