diff options
Diffstat (limited to 'usr.sbin/rpcbind/rpcb_svc_com.c')
-rw-r--r-- | usr.sbin/rpcbind/rpcb_svc_com.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/rpcbind/rpcb_svc_com.c b/usr.sbin/rpcbind/rpcb_svc_com.c index 60c3864..541d168 100644 --- a/usr.sbin/rpcbind/rpcb_svc_com.c +++ b/usr.sbin/rpcbind/rpcb_svc_com.c @@ -1385,7 +1385,7 @@ add_pmaplist(RPCB *arg) /* It is TCP */ pmap.pm_prot = IPPROTO_TCP; } else - /* Not a IP protocol */ + /* Not an IP protocol */ return (0); /* interpret the universal address for TCP/IP */ @@ -1437,7 +1437,7 @@ del_pmaplist(RPCB *arg) } else if (arg->r_netid[0] == NULL) { prot = 0; /* Remove all occurrences */ } else { - /* Not a IP protocol */ + /* Not an IP protocol */ return (0); } for (prevpml = NULL, pml = list_pml; pml; /* cstyle */) { |