svn commit: r256235 - stable/9/sys/dev/mps

Alexander Motin mav at FreeBSD.org
Wed Oct 9 19:57:27 UTC 2013


Author: mav
Date: Wed Oct  9 19:57:27 2013
New Revision: 256235
URL: http://svnweb.freebsd.org/changeset/base/256235

Log:
  MFC r253809:
  Fix a printf typo.

Modified:
  stable/9/sys/dev/mps/mps_sas.c
Directory Properties:
  stable/9/sys/   (props changed)
  stable/9/sys/dev/   (props changed)

Modified: stable/9/sys/dev/mps/mps_sas.c
==============================================================================
--- stable/9/sys/dev/mps/mps_sas.c	Wed Oct  9 19:55:55 2013	(r256234)
+++ stable/9/sys/dev/mps/mps_sas.c	Wed Oct  9 19:57:27 2013	(r256235)
@@ -3073,7 +3073,7 @@ mpssas_action_resetdev(struct mpssas_sof
 	tm = mps_alloc_command(sc);
 	if (tm == NULL) {
 		mps_dprint(sc, MPS_ERROR,
-		    "comand alloc failure in mpssas_action_resetdev\n");
+		    "command alloc failure in mpssas_action_resetdev\n");
 		ccb->ccb_h.status = CAM_RESRC_UNAVAIL;
 		xpt_done(ccb);
 		return;


More information about the svn-src-stable-9 mailing list