git: ae09f54c06f1 - stable/14 - 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:44:04 UTC
The branch stable/14 has been updated by gbe: URL: https://cgit.FreeBSD.org/src/commit/?id=ae09f54c06f17feb594ace1a5852f39490270427 commit ae09f54c06f17feb594ace1a5852f39490270427 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:42:18 +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 */