geom(4): Fix a common typo in a source code comment

- s/independant/independent/

MFC after:	3 days
This commit is contained in:
Gordon Bergling 2022-06-05 09:51:10 +02:00
parent c44b5e090d
commit c2a249ad8f

View File

@ -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