Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Oct 2013 09:27:07 +0000 (UTC)
From:      Aleksandr Rybalko <ray@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r257045 - head/sys/dev/uart
Message-ID:  <201310240927.r9O9R7jp099124@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 {



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