svn commit: r230976 - head/sbin/hastd
Pawel Jakub Dawidek
pjd at FreeBSD.org
Sat Feb 4 07:59:13 UTC 2012
Author: pjd
Date: Sat Feb 4 07:59:12 2012
New Revision: 230976
URL: http://svn.freebsd.org/changeset/base/230976
Log:
Fix typo in comment.
MFC after: 3 days
Modified:
head/sbin/hastd/parse.y
Modified: head/sbin/hastd/parse.y
==============================================================================
--- head/sbin/hastd/parse.y Sat Feb 4 04:31:28 2012 (r230975)
+++ head/sbin/hastd/parse.y Sat Feb 4 07:59:12 2012 (r230976)
@@ -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");
More information about the svn-src-head
mailing list