diff options
| author | Gordon Bergling <gbe@FreeBSD.org> | 2022-06-05 07:52:32 +0000 |
|---|---|---|
| committer | Gordon Bergling <gbe@FreeBSD.org> | 2022-06-10 12:25:56 +0000 |
| commit | 59f3ff80f508cb12750003b5a7bcf7ef4eaf602c (patch) | |
| tree | df3581e15419374397237ea32407e6f8a471bbbc | |
| parent | 634412571c533bf9bb5bc24d4f3d510b2af13587 (diff) | |
vm: Fix a common typo in a source code comment
- s/independant/independent/
(cherry picked from commit 860740ae0f0f247b2dabd15fcfa0c215f77e5858)
| -rw-r--r-- | sys/vm/vm.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |
