From ced92d000a9435745ca2891734e6e37ab1c5e873 Mon Sep 17 00:00:00 2001 From: Gordon Bergling Date: Sat, 20 Jan 2024 17:34:25 +0100 Subject: [PATCH] ciss(4): Fix a typo in a source code comment - s/strucutre/structure/ MFC after: 3 days --- sys/dev/ciss/cissreg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/ciss/cissreg.h b/sys/dev/ciss/cissreg.h index 9e7434b74291..14cc8d7abf96 100644 --- a/sys/dev/ciss/cissreg.h +++ b/sys/dev/ciss/cissreg.h @@ -691,7 +691,7 @@ struct ciss_bmic_id_table { /* * Below here I have no documentation on the rest of this data structure. It is * inferred from the opensource cciss_vol_status application. I assume that this - * data strucutre is 512 bytes in total size, do not exceed it. + * data structure is 512 bytes in total size, do not exceed it. */ u_int8_t bDdffVersion[4]; /* DDFF update engine version */ u_int16_t usMaxLogicalUnits; /* Maximum logical units supported */