summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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