summaryrefslogtreecommitdiffstats
path: root/sys/vm/vm_pager.c
diff options
context:
space:
mode:
authorcharnier <charnier@FreeBSD.org>2000-03-26 15:20:23 +0000
committercharnier <charnier@FreeBSD.org>2000-03-26 15:20:23 +0000
commit686df89909cc3a4ab7e6ab70245e393ba7e198b2 (patch)
tree8246ed5b20be486890cba80a9d8ad23398227115 /sys/vm/vm_pager.c
parentabcb2d08a5004b7817df4d1fb96142ba3b92f6da (diff)
downloadFreeBSD-src-686df89909cc3a4ab7e6ab70245e393ba7e198b2.zip
FreeBSD-src-686df89909cc3a4ab7e6ab70245e393ba7e198b2.tar.gz
Spelling
Diffstat (limited to 'sys/vm/vm_pager.c')
-rw-r--r--sys/vm/vm_pager.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/vm/vm_pager.c b/sys/vm/vm_pager.c
index 6ca7f12..95a6d97 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 acknowledgement:
+ * must display the following acknowledgment:
* 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
@@ -487,7 +487,7 @@ relpbuf(bp, pfreecnt)
*
* io completion routine for child bp. Currently we fudge a bit
* on dealing with b_resid. Since users of these routines may issue
- * multiple children simultaniously, sequencing of the error can be lost.
+ * multiple children simultaneously, sequencing of the error can be lost.
*/
static void
@@ -530,7 +530,7 @@ vm_pager_chain_iodone(struct buf *nbp)
*
* Obtain a physical buffer and chain it to its parent buffer. When
* I/O completes, the parent buffer will be B_SIGNAL'd. Errors are
- * automatically propogated to the parent
+ * automatically propagated to the parent
*
* Since these are brand new buffers, we do not have to clear B_INVAL
* and B_ERROR because they are already clear.
OpenPOWER on IntegriCloud