From e0a8ef9d476a133462e39dcb68ea8da1285e498d Mon Sep 17 00:00:00 2001 From: Pawel Jakub Dawidek Date: Sat, 4 Feb 2012 07:59:12 +0000 Subject: [PATCH] Fix typo in comment. MFC after: 3 days --- sbin/hastd/parse.y | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbin/hastd/parse.y b/sbin/hastd/parse.y index eefd591dd455..2c16f34f6747 100644 --- a/sbin/hastd/parse.y +++ b/sbin/hastd/parse.y @@ -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");