Date: Thu, 24 May 2012 04:46:40 +0000 (UTC) From: Alan Cox <alc@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-9@freebsd.org Subject: svn commit: r235883 - stable/9/sys/kern Message-ID: <201205240446.q4O4ke7C016157@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201205240446.q4O4ke7C016157>