Module Name:    src
Committed By:   andvar
Date:           Thu Dec 28 19:58:12 UTC 2023

Modified Files:
        src/sbin/scsictl: scsi_sense.c
        src/sys/dev/scsipi: scsipi_verbose.c
        src/usr.sbin/mmcformat: uscsi_sense.c

Log Message:
s/informtion/information/ in comments.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/sbin/scsictl/scsi_sense.c
cvs rdiff -u -r1.35 -r1.36 src/sys/dev/scsipi/scsipi_verbose.c
cvs rdiff -u -r1.2 -r1.3 src/usr.sbin/mmcformat/uscsi_sense.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sbin/scsictl/scsi_sense.c
diff -u src/sbin/scsictl/scsi_sense.c:1.10 src/sbin/scsictl/scsi_sense.c:1.11
--- src/sbin/scsictl/scsi_sense.c:1.10	Mon Jan 24 09:14:37 2022
+++ src/sbin/scsictl/scsi_sense.c	Thu Dec 28 19:58:11 2023
@@ -1,4 +1,4 @@
-/*	$NetBSD: scsi_sense.c,v 1.10 2022/01/24 09:14:37 andvar Exp $	*/
+/*	$NetBSD: scsi_sense.c,v 1.11 2023/12/28 19:58:11 andvar Exp $	*/
 
 /*-
  * Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -39,7 +39,7 @@
 #include <sys/cdefs.h>
 
 #ifndef lint
-__RCSID("$NetBSD: scsi_sense.c,v 1.10 2022/01/24 09:14:37 andvar Exp $");
+__RCSID("$NetBSD: scsi_sense.c,v 1.11 2023/12/28 19:58:11 andvar Exp $");
 #endif
 
 
@@ -371,7 +371,7 @@ scsi_print_sense_data(const unsigned cha
 	}
 
 	/*
-	 * Now figure whether we should print any additional informtion.
+	 * Now figure whether we should print any additional information.
 	 *
 	 * Where should we start from? If we had SKSV data,
 	 * start from offset 18, else from offset 15.

Index: src/sys/dev/scsipi/scsipi_verbose.c
diff -u src/sys/dev/scsipi/scsipi_verbose.c:1.35 src/sys/dev/scsipi/scsipi_verbose.c:1.36
--- src/sys/dev/scsipi/scsipi_verbose.c:1.35	Sat Jun  5 22:21:15 2021
+++ src/sys/dev/scsipi/scsipi_verbose.c	Thu Dec 28 19:58:11 2023
@@ -1,4 +1,4 @@
-/*	$NetBSD: scsipi_verbose.c,v 1.35 2021/06/05 22:21:15 pgoyette Exp $	*/
+/*	$NetBSD: scsipi_verbose.c,v 1.36 2023/12/28 19:58:11 andvar Exp $	*/
 
 /*-
  * Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: scsipi_verbose.c,v 1.35 2021/06/05 22:21:15 pgoyette Exp $");
+__KERNEL_RCSID(0, "$NetBSD: scsipi_verbose.c,v 1.36 2023/12/28 19:58:11 andvar Exp $");
 
 #include <sys/param.h>
 #include <sys/time.h>
@@ -960,7 +960,7 @@ scsipi_print_sense_data_real(struct scsi
 		return;
 
 	/*
-	 * Now figure whether we should print any additional informtion.
+	 * Now figure whether we should print any additional information.
 	 *
 	 * Where should we start from? If we had SKSV data,
 	 * start from offset 18, else from offset 15.

Index: src/usr.sbin/mmcformat/uscsi_sense.c
diff -u src/usr.sbin/mmcformat/uscsi_sense.c:1.2 src/usr.sbin/mmcformat/uscsi_sense.c:1.3
--- src/usr.sbin/mmcformat/uscsi_sense.c:1.2	Mon Jan 24 09:14:38 2022
+++ src/usr.sbin/mmcformat/uscsi_sense.c	Thu Dec 28 19:58:11 2023
@@ -1,4 +1,4 @@
-/* $NetBSD: uscsi_sense.c,v 1.2 2022/01/24 09:14:38 andvar Exp $	*/
+/* $NetBSD: uscsi_sense.c,v 1.3 2023/12/28 19:58:11 andvar Exp $	*/
 
 /*-
  * Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -704,7 +704,7 @@ uscsi_print_sense_data(uint8_t *s, int s
 	}
 
 	/*
-	 * Now figure whether we should print any additional informtion.
+	 * Now figure whether we should print any additional information.
 	 *
 	 * Where should we start from? If we had SKSV data,
 	 * start from offset 18, else from offset 15.

Reply via email to