svn commit: r232192 - head/sys/kern

Alan Cox alc at FreeBSD.org
Sun Feb 26 19:10:14 UTC 2012


Author: alc
Date: Sun Feb 26 19:10:14 2012
New Revision: 232192
URL: http://svn.freebsd.org/changeset/base/232192

Log:
  Fix typo.
  
  MFC after:	1 week

Modified:
  head/sys/kern/vfs_bio.c

Modified: head/sys/kern/vfs_bio.c
==============================================================================
--- head/sys/kern/vfs_bio.c	Sun Feb 26 19:05:17 2012	(r232191)
+++ head/sys/kern/vfs_bio.c	Sun Feb 26 19:10:14 2012	(r232192)
@@ -3062,7 +3062,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