Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Jun 2022 07:52:12 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: 565405095b88 - main - nlist(3): Fix a common typo in a source code comment
Message-ID:  <202206050752.2557qC4H001609@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=565405095b88a00df786614cdaabfdd3de1148ec

commit 565405095b88a00df786614cdaabfdd3de1148ec
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-06-05 07:51:57 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-06-05 07:51:57 +0000

    nlist(3): Fix a common typo in a source code comment
    
    - s/independant/independent/
    
    MFC after:      3 days
---
 lib/libc/gen/nlist.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/libc/gen/nlist.c b/lib/libc/gen/nlist.c
index 3d69157904a4..c30fa4dbaca2 100644
--- a/lib/libc/gen/nlist.c
+++ b/lib/libc/gen/nlist.c
@@ -106,7 +106,7 @@ __elf_is_okay__(Elf_Ehdr *ehdr)
 	 * We need to check magic, class size, endianess,
 	 * and version before we look at the rest of the
 	 * Elf_Ehdr structure.  These few elements are
-	 * represented in a machine independant fashion.
+	 * represented in a machine independent fashion.
 	 */
 	if (IS_ELF(*ehdr) &&
 	    ehdr->e_ident[EI_CLASS] == ELF_TARG_CLASS &&



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