Date: Wed, 10 Aug 2016 20:31:11 +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-11@freebsd.org Subject: svn commit: r303939 - stable/11/sys/vm Message-ID: <201608102031.u7AKVBPl028379@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: alc Date: Wed Aug 10 20:31:10 2016 New Revision: 303939 URL: https://svnweb.freebsd.org/changeset/base/303939 Log: MFC r303773 Correct a spelling error. Approved by: re (kib) Modified: stable/11/sys/vm/vm_pageout.c Directory Properties: stable/11/ (props changed) Modified: stable/11/sys/vm/vm_pageout.c ============================================================================== --- stable/11/sys/vm/vm_pageout.c Wed Aug 10 18:53:10 2016 (r303938) +++ stable/11/sys/vm/vm_pageout.c Wed Aug 10 20:31:10 2016 (r303939) @@ -247,7 +247,7 @@ static boolean_t vm_pageout_page_lock(vm /* * Initialize a dummy page for marking the caller's place in the specified * paging queue. In principle, this function only needs to set the flag - * PG_MARKER. Nonetheless, it wirte busies and initializes the hold count + * PG_MARKER. Nonetheless, it write busies and initializes the hold count * to one as safety precautions. */ static void
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201608102031.u7AKVBPl028379>