Author: ray
Date: Thu Oct 24 09:27:06 2013
New Revision: 257045
URL: http://svnweb.freebsd.org/changeset/base/257045

Log:
  Fix crossed fingers output. Only comment changed.

Modified:
  head/sys/dev/uart/uart_dev_imx.c

Modified: head/sys/dev/uart/uart_dev_imx.c
==============================================================================
--- head/sys/dev/uart/uart_dev_imx.c    Thu Oct 24 07:43:35 2013        
(r257044)
+++ head/sys/dev/uart/uart_dev_imx.c    Thu Oct 24 09:27:06 2013        
(r257045)
@@ -189,7 +189,7 @@ imx_uart_bus_attach(struct uart_softc *s
 
        (void)imx_uart_bus_getsig(sc);
 
-       /* XXX workaround to have working console on manut prompt */
+       /* XXX workaround to have working console on mount prompt */
        if (sc->sc_sysdev != NULL && sc->sc_sysdev->type == UART_DEV_CONSOLE){
                DIS(bas, UCR4, DREN);
        } else {
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to