svn commit: r357236 - head/sys/cam/scsi

Warner Losh imp at FreeBSD.org
Wed Jan 29 00:28:51 UTC 2020


Author: imp
Date: Wed Jan 29 00:28:50 2020
New Revision: 357236
URL: https://svnweb.freebsd.org/changeset/base/357236

Log:
  Fix spelling of removable

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

Modified: head/sys/cam/scsi/scsi_da.c
==============================================================================
--- head/sys/cam/scsi/scsi_da.c	Tue Jan 28 23:07:31 2020	(r357235)
+++ head/sys/cam/scsi/scsi_da.c	Wed Jan 29 00:28:50 2020	(r357236)
@@ -1796,7 +1796,7 @@ daclose(struct disk *dp)
 	}
 
 	/*
-	 * If we've got removeable media, mark the blocksize as
+	 * If we've got removable media, mark the blocksize as
 	 * unavailable, since it could change when new media is
 	 * inserted.
 	 */


More information about the svn-src-head mailing list