Date: Tue, 21 Jun 2011 22:17:28 +0000 (UTC) From: Warner Losh <imp@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r223385 - head/sys/dev/xl Message-ID: <201106212217.p5LMHSL4019340@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: imp Date: Tue Jun 21 22:17:28 2011 New Revision: 223385 URL: http://svn.freebsd.org/changeset/base/223385 Log: Really spell suppress the right way Modified: head/sys/dev/xl/if_xl.c Modified: head/sys/dev/xl/if_xl.c ============================================================================== --- head/sys/dev/xl/if_xl.c Tue Jun 21 22:16:04 2011 (r223384) +++ head/sys/dev/xl/if_xl.c Tue Jun 21 22:17:28 2011 (r223385) @@ -334,7 +334,7 @@ xl_dma_map_addr(void *arg, bus_dma_segme * only a finite amount of time to avoid getting caught in an * infinite loop. Normally this delay routine would be a macro, * but it isn't called during normal operation so we can afford - * to make it a function. Supress warning when card gone. + * to make it a function. Suppress warning when card gone. */ static void xl_wait(struct xl_softc *sc)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201106212217.p5LMHSL4019340>