git: fd4ad6cd272f - stable/13 - ciss(4): Fix a typo in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 23 Jan 2024 06:48:07 UTC
The branch stable/13 has been updated by gbe:
URL: https://cgit.FreeBSD.org/src/commit/?id=fd4ad6cd272f851b9575d0e5419591e3bcf8e79e
commit fd4ad6cd272f851b9575d0e5419591e3bcf8e79e
Author: Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2024-01-20 16:34:25 +0000
Commit: Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2024-01-23 06:46:31 +0000
ciss(4): Fix a typo in a source code comment
- s/strucutre/structure/
(cherry picked from commit ced92d000a9435745ca2891734e6e37ab1c5e873)
---
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 b9dc10fbf478..5fc06410eee8 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 */