Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/scsipi s/Ramdom/Random/ in comments.
details: https://anonhg.NetBSD.org/src/rev/7bddf3965f55
branches: trunk
changeset: 368172:7bddf3965f55
user: andvar <andvar%NetBSD.org@localhost>
date: Sun Jun 26 21:00:28 2022 +0000
description:
s/Ramdom/Random/ in comments.
diffstat:
sys/dev/scsipi/cd.c | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diffs (45 lines):
diff -r 0ecd755d7607 -r 7bddf3965f55 sys/dev/scsipi/cd.c
--- a/sys/dev/scsipi/cd.c Sun Jun 26 18:46:14 2022 +0000
+++ b/sys/dev/scsipi/cd.c Sun Jun 26 21:00:28 2022 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: cd.c,v 1.353 2021/10/12 08:36:29 andvar Exp $ */
+/* $NetBSD: cd.c,v 1.354 2022/06/26 21:00:28 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.353 2021/10/12 08:36:29 andvar Exp $");
+__KERNEL_RCSID(0, "$NetBSD: cd.c,v 1.354 2022/06/26 21:00:28 andvar Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -2461,7 +2461,7 @@
return MMC_CLASS_DVD;
case 0x40 : /* BD-ROM */
case 0x41 : /* BD-R Sequential recording (SRM) */
- case 0x42 : /* BD-R Ramdom Recording (RRM) */
+ case 0x42 : /* BD-R Random Recording (RRM) */
case 0x43 : /* BD-RE */
return MMC_CLASS_BD;
}
@@ -3334,7 +3334,7 @@
case 0x12 : /* DVD-RAM */
case 0x1a : /* DVD+RW */
case 0x2a : /* DVD+RW Dual layer */
- case 0x42 : /* BD-R Ramdom Recording (RRM) */
+ case 0x42 : /* BD-R Random Recording (RRM) */
case 0x43 : /* BD-RE */
case 0x52 : /* HD DVD-RW ; DVD-RAM like */
return EINVAL;
@@ -3393,7 +3393,7 @@
case 0x12 : /* DVD-RAM */
case 0x1a : /* DVD+RW */
case 0x2a : /* DVD+RW Dual layer */
- case 0x42 : /* BD-R Ramdom Recording (RRM) */
+ case 0x42 : /* BD-R Random Recording (RRM) */
case 0x43 : /* BD-RE */
case 0x52 : /* HD DVD-RW; DVD-RAM like */
return EINVAL;
Home |
Main Index |
Thread Index |
Old Index