Author: imp Date: Tue Jun 21 22:16:04 2011 New Revision: 223384 URL: http://svn.freebsd.org/changeset/base/223384
Log: My broken 'u' key scks! 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 21:30:20 2011 (r223383) +++ head/sys/dev/xl/if_xl.c Tue Jun 21 22:16:04 2011 (r223384) @@ -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. Spress warning when card gone. + * to make it a function. Supress warning when card gone. */ static void xl_wait(struct xl_softc *sc) _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "[email protected]"
