Module Name: src Committed By: dholland Date: Sun May 30 06:46:46 UTC 2021
Modified Files: src/sys/dev/scsipi: sd.c Log Message: typo in comment To generate a diff of this commit: cvs rdiff -u -r1.331 -r1.332 src/sys/dev/scsipi/sd.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/dev/scsipi/sd.c diff -u src/sys/dev/scsipi/sd.c:1.331 src/sys/dev/scsipi/sd.c:1.332 --- src/sys/dev/scsipi/sd.c:1.331 Wed Feb 10 16:30:01 2021 +++ src/sys/dev/scsipi/sd.c Sun May 30 06:46:46 2021 @@ -1,4 +1,4 @@ -/* $NetBSD: sd.c,v 1.331 2021/02/10 16:30:01 christos Exp $ */ +/* $NetBSD: sd.c,v 1.332 2021/05/30 06:46:46 dholland Exp $ */ /*- * Copyright (c) 1998, 2003, 2004 The NetBSD Foundation, Inc. @@ -47,7 +47,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: sd.c,v 1.331 2021/02/10 16:30:01 christos Exp $"); +__KERNEL_RCSID(0, "$NetBSD: sd.c,v 1.332 2021/05/30 06:46:46 dholland Exp $"); #ifdef _KERNEL_OPT #include "opt_scsi.h" @@ -681,7 +681,7 @@ sd_diskstart(device_t dev, struct buf *b /* * If the device has become invalid, abort all the * reads and writes until all files have been closed and - * re-opened + * re-opened. */ if (__predict_false( (periph->periph_flags & PERIPH_MEDIA_LOADED) == 0)) {