mirror of
https://github.com/opnsense/src.git
synced 2026-06-04 22:32:43 -04:00
Fix whitespace in a comment and fixing a spelling error in a comment
MFC after: 3 days
This commit is contained in:
parent
cfff8d3dbd
commit
2fd30e016e
1 changed files with 2 additions and 3 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue