git: c2a249ad8f29 - main - geom(4): Fix a common typo in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 05 Jun 2022 07:52:10 UTC
The branch main has been updated by gbe (doc committer):
URL: https://cgit.FreeBSD.org/src/commit/?id=c2a249ad8f29e326e9c18b076eadd8730e43af0b
commit c2a249ad8f29e326e9c18b076eadd8730e43af0b
Author: Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-06-05 07:51:10 +0000
Commit: Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-06-05 07:51:10 +0000
geom(4): Fix a common typo in a source code comment
- s/independant/independent/
MFC after: 3 days
---
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