svn commit: r310865 - head/contrib/bsnmp/snmp_mibII

Ngie Cooper ngie at FreeBSD.org
Fri Dec 30 21:41:03 UTC 2016


Author: ngie
Date: Fri Dec 30 21:41:01 2016
New Revision: 310865
URL: https://svnweb.freebsd.org/changeset/base/310865

Log:
  Fix whitespace in a comment and fixing a spelling error in a comment
  
  MFC after:	3 days

Modified:
  head/contrib/bsnmp/snmp_mibII/mibII.c

Modified: head/contrib/bsnmp/snmp_mibII/mibII.c
==============================================================================
--- head/contrib/bsnmp/snmp_mibII/mibII.c	Fri Dec 30 21:33:01 2016	(r310864)
+++ head/contrib/bsnmp/snmp_mibII/mibII.c	Fri Dec 30 21:41:01 2016	(r310865)
@@ -1308,8 +1308,7 @@ update_ifa_info(void)
 
 /*
  * Update arp table
- *
-*/
+ */
 void
 mib_arp_update(void)
 {
@@ -1351,7 +1350,7 @@ mib_arp_update(void)
 
 
 /*
- * Intput on the routing socket.
+ * Input on the routing socket.
  */
 static void
 route_input(int fd, void *udata __unused)


More information about the svn-src-head mailing list