mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-11 17:04:19 +01:00
Fix two typos in comments.
PR: 22268 Submitted by: Daniel S. Lewart <d-lewart@uiuc.edu>
This commit is contained in:
parent
db93a288e0
commit
caf6015598
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=67514
@ -65,7 +65,7 @@ static const char rcsid[] =
|
||||
* Inetd uses a configuration file which is read at startup
|
||||
* and, possibly, at some later time in response to a hangup signal.
|
||||
* The configuration file is ``free format'' with fields given in the
|
||||
* order shown below. Continuation lines for an entry must being with
|
||||
* order shown below. Continuation lines for an entry must begin with
|
||||
* a space or tab. All fields must be present in each entry.
|
||||
*
|
||||
* service name must be in /etc/services or must
|
||||
|
@ -73,7 +73,7 @@ struct servtab {
|
||||
#define MAXARGV 20
|
||||
char *se_argv[MAXARGV+1]; /* program arguments */
|
||||
#ifdef IPSEC
|
||||
char *se_policy; /* IPsec poilcy string */
|
||||
char *se_policy; /* IPsec policy string */
|
||||
#endif
|
||||
int se_fd; /* open descriptor */
|
||||
union { /* bound address */
|
||||
|
Loading…
Reference in New Issue
Block a user