summaryrefslogtreecommitdiffstats
path: root/sbin/hastd
diff options
context:
space:
mode:
authorpjd <pjd@FreeBSD.org>2012-02-04 07:59:12 +0000
committerpjd <pjd@FreeBSD.org>2012-02-04 07:59:12 +0000
commit306b4958cf45bcadef41dcca96e7f37845c15494 (patch)
tree2a5e0a279de8275b0042f8b49164c7175a2c938f /sbin/hastd
parentb5b4042f4a5b585a16906dd4cc90b3403e356ad4 (diff)
downloadFreeBSD-src-306b4958cf45bcadef41dcca96e7f37845c15494.zip
FreeBSD-src-306b4958cf45bcadef41dcca96e7f37845c15494.tar.gz
Fix typo in comment.
MFC after: 3 days
Diffstat (limited to 'sbin/hastd')
-rw-r--r--sbin/hastd/parse.y2
1 files changed, 1 insertions, 1 deletions
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");
OpenPOWER on IntegriCloud