From 306b4958cf45bcadef41dcca96e7f37845c15494 Mon Sep 17 00:00:00 2001 From: pjd Date: Sat, 4 Feb 2012 07:59:12 +0000 Subject: Fix typo in comment. MFC after: 3 days --- sbin/hastd/parse.y | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sbin/hastd') diff --git a/sbin/hastd/parse.y b/sbin/hastd/parse.y index eefd591..2c16f34 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"); -- cgit v1.1