git: 59f3ff80f508 - stable/13 - vm: Fix a common typo in a source code comment

From: Gordon Bergling <gbe_at_FreeBSD.org>
Date: Fri, 10 Jun 2022 12:33:52 UTC
The branch stable/13 has been updated by gbe (doc committer):

URL: https://cgit.FreeBSD.org/src/commit/?id=59f3ff80f508cb12750003b5a7bcf7ef4eaf602c

commit 59f3ff80f508cb12750003b5a7bcf7ef4eaf602c
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-06-05 07:52:32 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-06-10 12:25:56 +0000

    vm: Fix a common typo in a source code comment
    
    - s/independant/independent/
    
    (cherry picked from commit 860740ae0f0f247b2dabd15fcfa0c215f77e5858)
---
 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 {