diff options
| author | msaitoh <msaitoh@NetBSD.org> | 2023-06-24 05:27:13 +0000 |
|---|---|---|
| committer | msaitoh <msaitoh@NetBSD.org> | 2023-06-24 05:27:13 +0000 |
| commit | 393145cfbfd38d9112939b088b52a1219f407368 (patch) | |
| tree | 032d0e75757634819447353d0122c2979181c51a /external | |
| parent | 551fd735da6bdef326efebe111c2e22e06b826bf (diff) | |
Fix typo in comment.
Diffstat (limited to 'external')
| -rw-r--r-- | external/bsd/ipf/dist/ip_fil.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/external/bsd/ipf/dist/ip_fil.c b/external/bsd/ipf/dist/ip_fil.c index 9f2626fa84b..2526a274c0e 100644 --- a/external/bsd/ipf/dist/ip_fil.c +++ b/external/bsd/ipf/dist/ip_fil.c @@ -1,4 +1,4 @@ -/* $NetBSD: ip_fil.c,v 1.5 2018/02/04 08:19:42 mrg Exp $ */ +/* $NetBSD: ip_fil.c,v 1.6 2023/06/24 05:31:51 msaitoh Exp $ */ /* * Copyright (C) 2012 by Darren Reed. @@ -610,7 +610,7 @@ ipf_newisn(fin) /* ------------------------------------------------------------------------ */ /* Function: ipf_nextipid */ -/* Returns: int - 0 == success, -1 == error (packet should be droppped) */ +/* Returns: int - 0 == success, -1 == error (packet should be dropped) */ /* Parameters: fin(I) - pointer to packet information */ /* */ /* Returns the next IPv4 ID to use for this packet. */ |
