Module Name: src
Committed By: andvar
Date: Sun Dec 1 20:23:46 UTC 2024
Modified Files:
src/sys/dev/scsipi: cd.c
Log Message:
s/assised/assisted/ in comment.
To generate a diff of this commit:
cvs rdiff -u -r1.355 -r1.356 src/sys/dev/scsipi/cd.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/cd.c
diff -u src/sys/dev/scsipi/cd.c:1.355 src/sys/dev/scsipi/cd.c:1.356
--- src/sys/dev/scsipi/cd.c:1.355 Sat Jun 22 10:07:46 2024
+++ src/sys/dev/scsipi/cd.c Sun Dec 1 20:23:45 2024
@@ -1,4 +1,4 @@
-/* $NetBSD: cd.c,v 1.355 2024/06/22 10:07:46 palle Exp $ */
+/* $NetBSD: cd.c,v 1.356 2024/12/01 20:23:45 andvar Exp $ */
/*-
* Copyright (c) 1998, 2001, 2003, 2004, 2005, 2008 The NetBSD Foundation,
@@ -50,7 +50,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: cd.c,v 1.355 2024/06/22 10:07:46 palle Exp $");
+__KERNEL_RCSID(0, "$NetBSD: cd.c,v 1.356 2024/12/01 20:23:45 andvar Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -2525,7 +2525,7 @@ mmc_process_feature(struct mmc_discinfo
flags |= MMC_CAP_RECORDABLE;
flags |= MMC_CAP_FORMATTABLE;
break;
- case 0x0024 : /* hardware assised defect management feature */
+ case 0x0024 : /* hardware assisted defect management feature */
flags |= MMC_CAP_HW_DEFECTFREE;
break;
case 0x0025 : /* write once */