git: 8f6e032f56ae - stable/12 - geom(4): Fix a common typo in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 10 Jun 2022 12:46:12 UTC
The branch stable/12 has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=8f6e032f56ae6113877c56bc1b966494857f972e commit 8f6e032f56ae6113877c56bc1b966494857f972e Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2022-06-05 07:51:10 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2022-06-10 12:43:08 +0000 geom(4): Fix a common typo in a source code comment - s/independant/independent/ (cherry picked from commit c2a249ad8f29e326e9c18b076eadd8730e43af0b) --- sys/geom/virstor/g_virstor_md.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/geom/virstor/g_virstor_md.c b/sys/geom/virstor/g_virstor_md.c index c7fdfb0ad459..9d82ede9c610 100644 --- a/sys/geom/virstor/g_virstor_md.c +++ b/sys/geom/virstor/g_virstor_md.c @@ -36,7 +36,7 @@ __FBSDID("$FreeBSD$"); #include <geom/virstor/binstream.h> /* - * Encode data from g_virstor_metadata structure into a endian-independant + * Encode data from g_virstor_metadata structure into a endian-independent * byte stream. */ void @@ -65,7 +65,7 @@ virstor_metadata_encode(struct g_virstor_metadata *md, unsigned char *data) /* - * Decode data from endian-independant byte stream into g_virstor_metadata + * Decode data from endian-independent byte stream into g_virstor_metadata * structure. */ void