s/informtion/information/ in comments.

This commit is contained in:
andvar 2023-12-28 19:58:11 +00:00
parent 7f0211635e
commit 2e8b4c7fee
3 changed files with 8 additions and 8 deletions

View File

@ -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 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.

View File

@ -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_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.

View File

@ -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.