git: ced92d000a94 - main - ciss(4): Fix a typo in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 20 Jan 2024 16:34:38 UTC
The branch main has been updated by gbe:
URL: https://cgit.FreeBSD.org/src/commit/?id=ced92d000a9435745ca2891734e6e37ab1c5e873
commit ced92d000a9435745ca2891734e6e37ab1c5e873
Author: Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2024-01-20 16:34:25 +0000
Commit: Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2024-01-20 16:34:25 +0000
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 */