git: 860740ae0f0f - main - vm: Fix a common typo in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 05 Jun 2022 07:52:44 UTC
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 {