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");
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to