Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Jun 2022 07:52:10 GMT
From:      Gordon Bergling <gbe@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: c2a249ad8f29 - main - geom(4): Fix a common typo in a source code comment
Message-ID:  <202206050752.2557qA2G001585@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202206050752.2557qA2G001585>