Author: gnn
Date: Thu Jan 27 03:32:16 2011
New Revision: 217922
URL: http://svn.freebsd.org/changeset/base/217922

Log:
  Quick fix to a comment.

Modified:
  head/sys/fs/nfs/nfsport.h

Modified: head/sys/fs/nfs/nfsport.h
==============================================================================
--- head/sys/fs/nfs/nfsport.h   Thu Jan 27 02:56:03 2011        (r217921)
+++ head/sys/fs/nfs/nfsport.h   Thu Jan 27 03:32:16 2011        (r217922)
@@ -639,9 +639,9 @@ int nfsmsleep(void *, void *, int, const
 #define        TAILQ_END(head)         NULL
 
 /*
- * This must be defined to be a global variable the increments once
+ * This must be defined to be a global variable that increments once
  * per second, but never stops or goes backwards, even when a "date"
- * command changes the tod clock. It is used for delta times for
+ * command changes the TOD clock. It is used for delta times for
  * leases, etc.
  */
 #define        NFSD_MONOSEC            time_uptime
_______________________________________________
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