Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Apr 2016 01:14:52 +0000 (UTC)
From:      "Pedro F. Giffuni" <pfg@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r297499 - head/sys/cam/scsi
Message-ID:  <201604020114.u321EqCF074736@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pfg
Date: Sat Apr  2 01:14:51 2016
New Revision: 297499
URL: https://svnweb.freebsd.org/changeset/base/297499

Log:
  Small typo.

Modified:
  head/sys/cam/scsi/scsi_ch.c

Modified: head/sys/cam/scsi/scsi_ch.c
==============================================================================
--- head/sys/cam/scsi/scsi_ch.c	Fri Apr  1 23:31:57 2016	(r297498)
+++ head/sys/cam/scsi/scsi_ch.c	Sat Apr  2 01:14:51 2016	(r297499)
@@ -659,7 +659,7 @@ chdone(struct cam_periph *periph, union 
 			 */
 			if (error == ERESTART) {
 				/*
-				 * A retry was scheuled, so
+				 * A retry was scheduled, so
 				 * just return.
 				 */
 				return;



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