svn commit: r235883 - stable/9/sys/kern

Alan Cox alc at FreeBSD.org
Thu May 24 04:46:41 UTC 2012


Author: alc
Date: Thu May 24 04:46:40 2012
New Revision: 235883
URL: http://svn.freebsd.org/changeset/base/235883

Log:
  MFC r232192
    Fix typo.

Modified:
  stable/9/sys/kern/vfs_bio.c
Directory Properties:
  stable/9/sys/   (props changed)

Modified: stable/9/sys/kern/vfs_bio.c
==============================================================================
--- stable/9/sys/kern/vfs_bio.c	Thu May 24 04:33:32 2012	(r235882)
+++ stable/9/sys/kern/vfs_bio.c	Thu May 24 04:46:40 2012	(r235883)
@@ -3081,7 +3081,7 @@ allocbuf(struct buf *bp, int size)
 
 				/*
 				 * We must allocate system pages since blocking
-				 * here could intefere with paging I/O, no
+				 * here could interfere with paging I/O, no
 				 * matter which process we are.
 				 *
 				 * We can only test VPO_BUSY here.  Blocking on


More information about the svn-src-all mailing list