diff options
author | pjd <pjd@FreeBSD.org> | 2012-02-04 07:59:12 +0000 |
---|---|---|
committer | pjd <pjd@FreeBSD.org> | 2012-02-04 07:59:12 +0000 |
commit | 306b4958cf45bcadef41dcca96e7f37845c15494 (patch) | |
tree | 2a5e0a279de8275b0042f8b49164c7175a2c938f | |
parent | b5b4042f4a5b585a16906dd4cc90b3403e356ad4 (diff) | |
download | FreeBSD-src-306b4958cf45bcadef41dcca96e7f37845c15494.zip FreeBSD-src-306b4958cf45bcadef41dcca96e7f37845c15494.tar.gz |
Fix typo in comment.
MFC after: 3 days
-rw-r--r-- | sbin/hastd/parse.y | 2 |
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"); |