summaryrefslogtreecommitdiffstats
path: root/sys/fs
diff options
context:
space:
mode:
authorgnn <gnn@FreeBSD.org>2011-01-27 03:32:16 +0000
committergnn <gnn@FreeBSD.org>2011-01-27 03:32:16 +0000
commit7d0c5415c7a414cd7bfed493da144423928f905d (patch)
tree9d9f7da55d35cfcc7932f711a5e4606224d79902 /sys/fs
parent710a900eafdf46a96dad752d5e344f17aab3da85 (diff)
downloadFreeBSD-src-7d0c5415c7a414cd7bfed493da144423928f905d.zip
FreeBSD-src-7d0c5415c7a414cd7bfed493da144423928f905d.tar.gz
Quick fix to a comment.
Diffstat (limited to 'sys/fs')
-rw-r--r--sys/fs/nfs/nfsport.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/fs/nfs/nfsport.h b/sys/fs/nfs/nfsport.h
index 961d9d3..d008a46 100644
--- a/sys/fs/nfs/nfsport.h
+++ b/sys/fs/nfs/nfsport.h
@@ -639,9 +639,9 @@ int nfsmsleep(void *, void *, int, const char *, struct timespec *);
#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
OpenPOWER on IntegriCloud