From 2e8b4c7fee0d7cca44d0a986eae16ac5f1aa55c1 Mon Sep 17 00:00:00 2001 From: andvar Date: Thu, 28 Dec 2023 19:58:11 +0000 Subject: [PATCH] s/informtion/information/ in comments. --- sbin/scsictl/scsi_sense.c | 6 +++--- sys/dev/scsipi/scsipi_verbose.c | 6 +++--- usr.sbin/mmcformat/uscsi_sense.c | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/sbin/scsictl/scsi_sense.c b/sbin/scsictl/scsi_sense.c index b66753f094c3..034bec7d0911 100644 --- a/sbin/scsictl/scsi_sense.c +++ b/sbin/scsictl/scsi_sense.c @@ -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 #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 char *s, int slen, int verbosity) } /* - * 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. diff --git a/sys/dev/scsipi/scsipi_verbose.c b/sys/dev/scsipi/scsipi_verbose.c index 83f99dfeeba3..9af37b4152fb 100644 --- a/sys/dev/scsipi/scsipi_verbose.c +++ b/sys/dev/scsipi/scsipi_verbose.c @@ -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 -__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 #include @@ -960,7 +960,7 @@ scsipi_print_sense_data_real(struct scsi_sense_data *sense, int verbosity) 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. diff --git a/usr.sbin/mmcformat/uscsi_sense.c b/usr.sbin/mmcformat/uscsi_sense.c index d9e6c8e8aef4..1e2f8dc76521 100644 --- a/usr.sbin/mmcformat/uscsi_sense.c +++ b/usr.sbin/mmcformat/uscsi_sense.c @@ -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 slen, int verbosity) } /* - * 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.