Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Jun 2022 07:52:44 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: 860740ae0f0f - main - vm: Fix a common typo in a source code comment
Message-ID:  <202206050752.2557qiQA001767@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=860740ae0f0f247b2dabd15fcfa0c215f77e5858

commit 860740ae0f0f247b2dabd15fcfa0c215f77e5858
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-06-05 07:52:32 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-06-05 07:52:32 +0000

    vm: Fix a common typo in a source code comment
    
    - s/independant/independent/
    
    MFC after:      3 days
---
 sys/vm/vm.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/vm/vm.h b/sys/vm/vm.h
index 8dce853e684d..72b0191298d9 100644
--- a/sys/vm/vm.h
+++ b/sys/vm/vm.h
@@ -144,7 +144,7 @@ struct vm_reserv;
 typedef struct vm_reserv *vm_reserv_t;
 
 /*
- * Information passed from the machine-independant VM initialization code
+ * Information passed from the machine-independent VM initialization code
  * for use by machine-dependant code (mainly for MMU support)
  */
 struct kva_md_info {



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