aboutsummaryrefslogtreecommitdiff
path: root/tools/regression/nfsmmap
diff options
context:
space:
mode:
authorUlrich Spörlein <uqs@FreeBSD.org>2011-12-30 00:04:11 +0000
committerUlrich Spörlein <uqs@FreeBSD.org>2011-12-30 00:04:11 +0000
commit8ce070c1b28cd5f33c098da43378d0239091bd00 (patch)
tree10328638ca028de0f11cc798a2fd1593af0e720c /tools/regression/nfsmmap
parent020d387e5b4fab13879c0b55d5739178673e5231 (diff)
downloadsrc-8ce070c1b28cd5f33c098da43378d0239091bd00.tar.gz
src-8ce070c1b28cd5f33c098da43378d0239091bd00.zip
Spelling fixes for tools/
Add some $FreeBSD$ tags so svn will allow the commit.
Notes
Notes: svn path=/head/; revision=228975
Diffstat (limited to 'tools/regression/nfsmmap')
-rw-r--r--tools/regression/nfsmmap/Makefile2
-rw-r--r--tools/regression/nfsmmap/README3
2 files changed, 4 insertions, 1 deletions
diff --git a/tools/regression/nfsmmap/Makefile b/tools/regression/nfsmmap/Makefile
index c731d428f7c1..959725694229 100644
--- a/tools/regression/nfsmmap/Makefile
+++ b/tools/regression/nfsmmap/Makefile
@@ -1,3 +1,5 @@
+# $FreeBSD$
+
SUBDIR= test1 test2
.include <bsd.subdir.mk>
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.