Index: vfs_bio.c
===================================================================
RCS file: /cvs/src/sys/kern/vfs_bio.c,v
retrieving revision 1.163
diff -u -p -r1.163 vfs_bio.c
--- vfs_bio.c   8 Oct 2014 07:33:14 -0000       1.163
+++ vfs_bio.c   9 Dec 2014 21:25:27 -0000
@@ -86,7 +86,7 @@ long lodirtypages;      /* dirty page co
 long hidirtypages;      /* dirty page count high water mark */
 long targetpages;      /* target number of pages for cache size */
 long buflowpages;      /* smallest size cache allowed */
-long bufhighpages;     /* largerst size cache allowed */
+long bufhighpages;     /* largest size cache allowed */
 long bufbackpages;     /* minimum number of pages we shrink when asked to */
 
 vsize_t bufkvm;
@@ -959,7 +959,7 @@ buf_get(struct vnode *vp, daddr_t blkno,
                 * We insert the buffer into the hash with B_BUSY set
                 * while we allocate pages for it. This way any getblk
                 * that happens while we allocate pages will wait for
-                * this buffer instead of starting its own guf_get.
+                * this buffer instead of starting its own buf_get.
                 *
                 * But first, we check if someone beat us to it.
                 */

  • typos Kaspars Bankovskis

Reply via email to