svn commit: r238588 - stable/8/sys/dev/isp
Christian Brueffer
brueffer at FreeBSD.org
Wed Jul 18 10:45:39 UTC 2012
Author: brueffer
Date: Wed Jul 18 10:45:38 2012
New Revision: 238588
URL: http://svn.freebsd.org/changeset/base/238588
Log:
MFC: r238486
Fix typo in a message.
Modified:
stable/8/sys/dev/isp/isp.c
Directory Properties:
stable/8/sys/ (props changed)
Modified: stable/8/sys/dev/isp/isp.c
==============================================================================
--- stable/8/sys/dev/isp/isp.c Wed Jul 18 10:42:43 2012 (r238587)
+++ stable/8/sys/dev/isp/isp.c Wed Jul 18 10:45:38 2012 (r238588)
@@ -2143,7 +2143,7 @@ isp_plogx(ispsoftc_t *isp, int chan, uin
goto out;
} else if (plp->plogx_status != PLOGX_STATUS_IOCBERR) {
isp_prt(isp, ISP_LOGWARN,
- "status 0x%x on port login IOCB chanel %d",
+ "status 0x%x on port login IOCB channel %d",
plp->plogx_status, chan);
rval = -1;
goto out;
More information about the svn-src-stable
mailing list