aboutsummaryrefslogtreecommitdiff
path: root/tools/regression/nfsmmap/README
diff options
context:
space:
mode:
Diffstat (limited to 'tools/regression/nfsmmap/README')
-rw-r--r--tools/regression/nfsmmap/README3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/regression/nfsmmap/README b/tools/regression/nfsmmap/README
index 81c4ad5fe3ac..055ed652ecd6 100644
--- a/tools/regression/nfsmmap/README
+++ b/tools/regression/nfsmmap/README
@@ -1,3 +1,4 @@
+$FreeBSD$
These tests are intended to make sure that NFS's use of the
b_{valid,dirty}{off,end} fields of struct buf is consistent with the
VM system's use of the underlying VM pages.
@@ -17,4 +18,4 @@ Test2:
should first write out the dirty range and then read the rest
of the page. This is currently broken since the vnode_pager
doesn't use the original buf for its i/o and therefore the
- information in b_dirtyoff, b_dirtyend is not avalable.
+ information in b_dirtyoff, b_dirtyend is not available.