diff options
author | charnier <charnier@FreeBSD.org> | 2000-03-27 20:41:17 +0000 |
---|---|---|
committer | charnier <charnier@FreeBSD.org> | 2000-03-27 20:41:17 +0000 |
commit | 5c16c2a8f10491c18e04caf839491a5a2ec6320c (patch) | |
tree | 009574e5a5293165b8a10d9d2f93ee981a7cfcf1 | |
parent | 5a4abe15994d79230a0e1940f5ddbc5c75c43150 (diff) | |
download | FreeBSD-src-5c16c2a8f10491c18e04caf839491a5a2ec6320c.zip FreeBSD-src-5c16c2a8f10491c18e04caf839491a5a2ec6320c.tar.gz |
Revert spelling mistake I made in the previous commit
Requested by: Alan and Bruce
-rw-r--r-- | sys/vm/default_pager.c | 2 | ||||
-rw-r--r-- | sys/vm/device_pager.c | 2 | ||||
-rw-r--r-- | sys/vm/swap_pager.c | 2 | ||||
-rw-r--r-- | sys/vm/vm_fault.c | 4 | ||||
-rw-r--r-- | sys/vm/vm_glue.c | 2 | ||||
-rw-r--r-- | sys/vm/vm_init.c | 2 | ||||
-rw-r--r-- | sys/vm/vm_kern.c | 2 | ||||
-rw-r--r-- | sys/vm/vm_map.c | 2 | ||||
-rw-r--r-- | sys/vm/vm_meter.c | 2 | ||||
-rw-r--r-- | sys/vm/vm_mmap.c | 2 | ||||
-rw-r--r-- | sys/vm/vm_object.c | 2 | ||||
-rw-r--r-- | sys/vm/vm_page.c | 2 | ||||
-rw-r--r-- | sys/vm/vm_pageout.c | 2 | ||||
-rw-r--r-- | sys/vm/vm_pager.c | 2 | ||||
-rw-r--r-- | sys/vm/vm_swap.c | 2 | ||||
-rw-r--r-- | sys/vm/vm_unix.c | 2 | ||||
-rw-r--r-- | sys/vm/vnode_pager.c | 2 |
17 files changed, 18 insertions, 18 deletions
diff --git a/sys/vm/default_pager.c b/sys/vm/default_pager.c index ce9e146..7ea507f 100644 --- a/sys/vm/default_pager.c +++ b/sys/vm/default_pager.c @@ -11,7 +11,7 @@ * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. * 3. All advertising materials mentioning features or use of this software - * must display the following acknowledgment: + * must display the following acknowledgement: * This product includes software developed by David Greenman. * 4. The name of the author may not be used to endorse or promote products * derived from this software without specific prior written permission. diff --git a/sys/vm/device_pager.c b/sys/vm/device_pager.c index 1be10fe..85cad81 100644 --- a/sys/vm/device_pager.c +++ b/sys/vm/device_pager.c @@ -16,7 +16,7 @@ * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. * 3. All advertising materials mentioning features or use of this software - * must display the following acknowledgment: + * must display the following acknowledgement: * This product includes software developed by the University of * California, Berkeley and its contributors. * 4. Neither the name of the University nor the names of its contributors diff --git a/sys/vm/swap_pager.c b/sys/vm/swap_pager.c index 6225bb1..ca7a3fe 100644 --- a/sys/vm/swap_pager.c +++ b/sys/vm/swap_pager.c @@ -18,7 +18,7 @@ * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. * 3. All advertising materials mentioning features or use of this software - * must display the following acknowledgment: + * must display the following acknowledgement: * This product includes software developed by the University of * California, Berkeley and its contributors. * 4. Neither the name of the University nor the names of its contributors diff --git a/sys/vm/vm_fault.c b/sys/vm/vm_fault.c index 7d518af..698de1a 100644 --- a/sys/vm/vm_fault.c +++ b/sys/vm/vm_fault.c @@ -19,7 +19,7 @@ * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. * 3. All advertising materials mentioning features or use of this software - * must display the following acknowledgment: + * must display the following acknowledgement: * This product includes software developed by the University of * California, Berkeley and its contributors. * 4. Neither the name of the University nor the names of its contributors @@ -626,7 +626,7 @@ readrest: */ (fs.object->ref_count == 1) && /* - * None else can look this object up + * No one else can look this object up */ (fs.object->handle == NULL) && /* diff --git a/sys/vm/vm_glue.c b/sys/vm/vm_glue.c index 3d4c6da..0749df3 100644 --- a/sys/vm/vm_glue.c +++ b/sys/vm/vm_glue.c @@ -14,7 +14,7 @@ * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. * 3. All advertising materials mentioning features or use of this software - * must display the following acknowledgment: + * must display the following acknowledgement: * This product includes software developed by the University of * California, Berkeley and its contributors. * 4. Neither the name of the University nor the names of its contributors diff --git a/sys/vm/vm_init.c b/sys/vm/vm_init.c index 1cfcfc7..6357e45 100644 --- a/sys/vm/vm_init.c +++ b/sys/vm/vm_init.c @@ -14,7 +14,7 @@ * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. * 3. All advertising materials mentioning features or use of this software - * must display the following acknowledgment: + * must display the following acknowledgement: * This product includes software developed by the University of * California, Berkeley and its contributors. * 4. Neither the name of the University nor the names of its contributors diff --git a/sys/vm/vm_kern.c b/sys/vm/vm_kern.c index 1a00c01..9b8584c 100644 --- a/sys/vm/vm_kern.c +++ b/sys/vm/vm_kern.c @@ -14,7 +14,7 @@ * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. * 3. All advertising materials mentioning features or use of this software - * must display the following acknowledgment: + * must display the following acknowledgement: * This product includes software developed by the University of * California, Berkeley and its contributors. * 4. Neither the name of the University nor the names of its contributors diff --git a/sys/vm/vm_map.c b/sys/vm/vm_map.c index 8125f06..0d24451 100644 --- a/sys/vm/vm_map.c +++ b/sys/vm/vm_map.c @@ -14,7 +14,7 @@ * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. * 3. All advertising materials mentioning features or use of this software - * must display the following acknowledgment: + * must display the following acknowledgement: * This product includes software developed by the University of * California, Berkeley and its contributors. * 4. Neither the name of the University nor the names of its contributors diff --git a/sys/vm/vm_meter.c b/sys/vm/vm_meter.c index 01b845b..3cb98ad 100644 --- a/sys/vm/vm_meter.c +++ b/sys/vm/vm_meter.c @@ -11,7 +11,7 @@ * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. * 3. All advertising materials mentioning features or use of this software - * must display the following acknowledgment: + * must display the following acknowledgement: * This product includes software developed by the University of * California, Berkeley and its contributors. * 4. Neither the name of the University nor the names of its contributors diff --git a/sys/vm/vm_mmap.c b/sys/vm/vm_mmap.c index 26d00e7..53462f4 100644 --- a/sys/vm/vm_mmap.c +++ b/sys/vm/vm_mmap.c @@ -16,7 +16,7 @@ * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. * 3. All advertising materials mentioning features or use of this software - * must display the following acknowledgment: + * must display the following acknowledgement: * This product includes software developed by the University of * California, Berkeley and its contributors. * 4. Neither the name of the University nor the names of its contributors diff --git a/sys/vm/vm_object.c b/sys/vm/vm_object.c index 057a96c..0b961fd 100644 --- a/sys/vm/vm_object.c +++ b/sys/vm/vm_object.c @@ -14,7 +14,7 @@ * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. * 3. All advertising materials mentioning features or use of this software - * must display the following acknowledgment: + * must display the following acknowledgement: * This product includes software developed by the University of * California, Berkeley and its contributors. * 4. Neither the name of the University nor the names of its contributors diff --git a/sys/vm/vm_page.c b/sys/vm/vm_page.c index f3d8e48..1f1a066 100644 --- a/sys/vm/vm_page.c +++ b/sys/vm/vm_page.c @@ -14,7 +14,7 @@ * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. * 3. All advertising materials mentioning features or use of this software - * must display the following acknowledgment: + * must display the following acknowledgement: * This product includes software developed by the University of * California, Berkeley and its contributors. * 4. Neither the name of the University nor the names of its contributors diff --git a/sys/vm/vm_pageout.c b/sys/vm/vm_pageout.c index 11f08c2..91bf4ee 100644 --- a/sys/vm/vm_pageout.c +++ b/sys/vm/vm_pageout.c @@ -18,7 +18,7 @@ * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. * 3. All advertising materials mentioning features or use of this software - * must display the following acknowledgment: + * must display the following acknowledgement: * This product includes software developed by the University of * California, Berkeley and its contributors. * 4. Neither the name of the University nor the names of its contributors diff --git a/sys/vm/vm_pager.c b/sys/vm/vm_pager.c index 95a6d97..2f84d45 100644 --- a/sys/vm/vm_pager.c +++ b/sys/vm/vm_pager.c @@ -14,7 +14,7 @@ * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. * 3. All advertising materials mentioning features or use of this software - * must display the following acknowledgment: + * must display the following acknowledgement: * This product includes software developed by the University of * California, Berkeley and its contributors. * 4. Neither the name of the University nor the names of its contributors diff --git a/sys/vm/vm_swap.c b/sys/vm/vm_swap.c index 8258d96..5b2b514 100644 --- a/sys/vm/vm_swap.c +++ b/sys/vm/vm_swap.c @@ -11,7 +11,7 @@ * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. * 3. All advertising materials mentioning features or use of this software - * must display the following acknowledgment: + * must display the following acknowledgement: * This product includes software developed by the University of * California, Berkeley and its contributors. * 4. Neither the name of the University nor the names of its contributors diff --git a/sys/vm/vm_unix.c b/sys/vm/vm_unix.c index 63867c2..d5e9f58 100644 --- a/sys/vm/vm_unix.c +++ b/sys/vm/vm_unix.c @@ -16,7 +16,7 @@ * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. * 3. All advertising materials mentioning features or use of this software - * must display the following acknowledgment: + * must display the following acknowledgement: * This product includes software developed by the University of * California, Berkeley and its contributors. * 4. Neither the name of the University nor the names of its contributors diff --git a/sys/vm/vnode_pager.c b/sys/vm/vnode_pager.c index 6482f5e..fee5555 100644 --- a/sys/vm/vnode_pager.c +++ b/sys/vm/vnode_pager.c @@ -18,7 +18,7 @@ * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. * 3. All advertising materials mentioning features or use of this software - * must display the following acknowledgment: + * must display the following acknowledgement: * This product includes software developed by the University of * California, Berkeley and its contributors. * 4. Neither the name of the University nor the names of its contributors |