mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-27 19:37:53 +01:00
Fix typo in comment.
MFC after: 3 days
This commit is contained in:
parent
4a47892c81
commit
e0a8ef9d47
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=230976
@ -85,7 +85,7 @@ isitme(const char *name)
|
||||
size_t bufsize;
|
||||
|
||||
/*
|
||||
* First check if the give name matches our full hostname.
|
||||
* First check if the given name matches our full hostname.
|
||||
*/
|
||||
if (gethostname(buf, sizeof(buf)) < 0) {
|
||||
pjdlog_errno(LOG_ERR, "gethostname() failed");
|
||||
|
Loading…
Reference in New Issue
Block a user