summaryrefslogtreecommitdiffstats
path: root/tools/regression/nfsmmap
diff options
context:
space:
mode:
authoruqs <uqs@FreeBSD.org>2011-12-30 00:04:11 +0000
committeruqs <uqs@FreeBSD.org>2011-12-30 00:04:11 +0000
commit8f1a296b8bac3ab3d5e3cbdb533553d8b75ac45a (patch)
tree10328638ca028de0f11cc798a2fd1593af0e720c /tools/regression/nfsmmap
parent7af3947da48b7ccc1f3f2e8e22b5f6142ac03bd4 (diff)
downloadFreeBSD-src-8f1a296b8bac3ab3d5e3cbdb533553d8b75ac45a.zip
FreeBSD-src-8f1a296b8bac3ab3d5e3cbdb533553d8b75ac45a.tar.gz
Spelling fixes for tools/
Add some $FreeBSD$ tags so svn will allow the commit.
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 c731d42..9597256 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 81c4ad5..055ed65 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.
OpenPOWER on IntegriCloud