git: ac23f79e4380 - stable/13 - 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:33:50 UTC
The branch stable/13 has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=ac23f79e43804625cd21d8a1f50c13563721266f commit ac23f79e43804625cd21d8a1f50c13563721266f 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:25:26 +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 9a9eac350abe..297ec9a7c50b 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 @@ -64,7 +64,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