svn commit: r189218 - in stable/7/sys: . cam contrib/pf dev/ath/ath_hal dev/cxgb

Scott Long scottl at FreeBSD.org
Sat Feb 28 23:22:47 PST 2009


Author: scottl
Date: Sun Mar  1 07:22:46 2009
New Revision: 189218
URL: http://svn.freebsd.org/changeset/base/189218

Log:
  Merge 176204: Fix typo

Modified:
  stable/7/sys/   (props changed)
  stable/7/sys/cam/cam_periph.c
  stable/7/sys/contrib/pf/   (props changed)
  stable/7/sys/dev/ath/ath_hal/   (props changed)
  stable/7/sys/dev/cxgb/   (props changed)

Modified: stable/7/sys/cam/cam_periph.c
==============================================================================
--- stable/7/sys/cam/cam_periph.c	Sun Mar  1 07:16:50 2009	(r189217)
+++ stable/7/sys/cam/cam_periph.c	Sun Mar  1 07:22:46 2009	(r189218)
@@ -1632,7 +1632,7 @@ cam_periph_error(union ccb *ccb, cam_fla
 			ccb->ccb_h.retry_count--;
 			error = ERESTART;
 		} else {
-			action_string = "Retries Exausted";
+			action_string = "Retries Exhausted";
 			error = EIO;
 		}
 		break;


More information about the svn-src-stable mailing list