Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Mar 2013 23:07:44 +0000 (UTC)
From:      Jim Harris <jimharris@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r248804 - head/sys/kern
Message-ID:  <201303272307.r2RN7iRn092248@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jimharris
Date: Wed Mar 27 23:07:43 2013
New Revision: 248804
URL: http://svnweb.freebsd.org/changeset/base/248804

Log:
  deferal -> deferral

Modified:
  head/sys/kern/subr_bus_dma.c

Modified: head/sys/kern/subr_bus_dma.c
==============================================================================
--- head/sys/kern/subr_bus_dma.c	Wed Mar 27 21:31:40 2013	(r248803)
+++ head/sys/kern/subr_bus_dma.c	Wed Mar 27 23:07:43 2013	(r248804)
@@ -295,7 +295,7 @@ bus_dmamap_load(bus_dma_tag_t dmat, bus_
 
 	/*
 	 * Return ENOMEM to the caller so that it can pass it up the stack.
-	 * This error only happens when NOWAIT is set, so deferal is disabled.
+	 * This error only happens when NOWAIT is set, so deferral is disabled.
 	 */
 	if (error == ENOMEM)
 		return (error);
@@ -396,7 +396,7 @@ bus_dmamap_load_ccb(bus_dma_tag_t dmat, 
 		(*callback)(callback_arg, segs, nsegs, error);
 	/*
 	 * Return ENOMEM to the caller so that it can pass it up the stack.
-	 * This error only happens when NOWAIT is set, so deferal is disabled.
+	 * This error only happens when NOWAIT is set, so deferral is disabled.
 	 */
 	if (error == ENOMEM)
 		return (error);
@@ -468,7 +468,7 @@ bus_dmamap_load_mem(bus_dma_tag_t dmat, 
 
 	/*
 	 * Return ENOMEM to the caller so that it can pass it up the stack.
-	 * This error only happens when NOWAIT is set, so deferal is disabled.
+	 * This error only happens when NOWAIT is set, so deferral is disabled.
 	 */
 	if (error == ENOMEM)
 		return (error);



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201303272307.r2RN7iRn092248>