diff options
| author | Jens Schweikhardt <schweikh@FreeBSD.org> | 2002-12-30 21:18:15 +0000 |
|---|---|---|
| committer | Jens Schweikhardt <schweikh@FreeBSD.org> | 2002-12-30 21:18:15 +0000 |
| commit | d64ada501ae33c02e7c4e3ce21962907df814a5a (patch) | |
| tree | bd0234a8048c844b06483795cfb1fe4d34b68a4f /usr.sbin/rpcbind | |
| parent | 5e705af2c9a7617aad837cc972b7eb1d8052f0e7 (diff) | |
Notes
Diffstat (limited to 'usr.sbin/rpcbind')
| -rw-r--r-- | usr.sbin/rpcbind/rpcb_svc_com.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/rpcbind/rpcb_svc_com.c b/usr.sbin/rpcbind/rpcb_svc_com.c index 83b7e44f0242..60c3864b49ff 100644 --- a/usr.sbin/rpcbind/rpcb_svc_com.c +++ b/usr.sbin/rpcbind/rpcb_svc_com.c @@ -943,7 +943,7 @@ forward_register(u_int32_t caller_xid, struct netbuf *caller_addr, lastxid = time_now * NFORWARD; /* - * Check if it is an duplicate entry. Then, + * Check if it is a duplicate entry. Then, * try to find an empty slot. If not available, then * use the slot with the earliest time. */ |
