svn commit: r311139 - stable/10/contrib/bsnmp/snmp_mibII

Ngie Cooper ngie at FreeBSD.org
Mon Jan 2 20:24:11 UTC 2017


Author: ngie
Date: Mon Jan  2 20:24:10 2017
New Revision: 311139
URL: https://svnweb.freebsd.org/changeset/base/311139

Log:
  MFstable/11 r311107:
  
  MFC r310865:
  
  Fix whitespace in a comment and fixing a spelling error in a comment

Modified:
  stable/10/contrib/bsnmp/snmp_mibII/mibII.c
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/contrib/bsnmp/snmp_mibII/mibII.c
==============================================================================
--- stable/10/contrib/bsnmp/snmp_mibII/mibII.c	Mon Jan  2 20:23:46 2017	(r311138)
+++ stable/10/contrib/bsnmp/snmp_mibII/mibII.c	Mon Jan  2 20:24:10 2017	(r311139)
@@ -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-stable-10 mailing list