diff options
author | Reyk Floeter <reyk@cvs.openbsd.org> | 2013-10-01 12:44:32 +0000 |
---|---|---|
committer | Reyk Floeter <reyk@cvs.openbsd.org> | 2013-10-01 12:44:32 +0000 |
commit | 6320eecd094b22c693ace6759efbb0cf56999092 (patch) | |
tree | 82bd074e9dd69fc2404a9d897eb66c53ff332d2d /usr.sbin/snmpd/smi.c | |
parent | 60d45566d793f3e579e4422ae701c1e972dff807 (diff) |
fix typo
Diffstat (limited to 'usr.sbin/snmpd/smi.c')
-rw-r--r-- | usr.sbin/snmpd/smi.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/snmpd/smi.c b/usr.sbin/snmpd/smi.c index 0c54ca517d7..476af7933ca 100644 --- a/usr.sbin/snmpd/smi.c +++ b/usr.sbin/snmpd/smi.c @@ -1,4 +1,4 @@ -/* $OpenBSD: smi.c,v 1.12 2013/10/01 12:41:47 reyk Exp $ */ +/* $OpenBSD: smi.c,v 1.13 2013/10/01 12:44:31 reyk Exp $ */ /* * Copyright (c) 2007, 2008 Reyk Floeter <reyk@openbsd.org> @@ -140,7 +140,7 @@ smi_string2oid(const char *oidstr, struct ber_oid *o) /* * Parse OID strings in the common form n.n.n or n-n-n. - * Based on ber_string2oid with additional support for symbolid names. + * Based on ber_string2oid with additional support for symbolic names. */ for (p = sp = str; p != NULL; sp = p) { if ((p = strpbrk(p, ".-")) != NULL) |