Fix typo in comment.

MFC after:	3 days
This commit is contained in:
Pawel Jakub Dawidek 2012-02-04 07:59:12 +00:00
parent 4a47892c81
commit e0a8ef9d47
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=230976

View File

@ -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");