diff options
Diffstat (limited to 'ripd/rip_snmp.c')
| -rw-r--r-- | ripd/rip_snmp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ripd/rip_snmp.c b/ripd/rip_snmp.c index d49d360b7e..824cbd8cf1 100644 --- a/ripd/rip_snmp.c +++ b/ripd/rip_snmp.c @@ -166,7 +166,7 @@ static uint8_t *rip2Globals(struct variable *v, oid name[], size_t *length, if (!rip) return NULL; - /* Retrun global counter. */ + /* Return global counter. */ switch (v->magic) { case RIP2GLOBALROUTECHANGES: return SNMP_INTEGER(rip->counters.route_changes); |
