Fix typo in comment.

MFC after:	3 days
This commit is contained in:
pjd 2012-02-04 07:59:12 +00:00
parent b5b4042f4a
commit 306b4958cf

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