git: ad8d15eec1a3 - stable/12 - vm: Fix a common typo in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 10 Jun 2022 12:46:09 UTC
The branch stable/12 has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=ad8d15eec1a3f558f12c3991ec256dac79938aeb commit ad8d15eec1a3f558f12c3991ec256dac79938aeb 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:42:39 +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 af9e4228b496..0dc37520aad5 100644 --- a/sys/vm/vm.h +++ b/sys/vm/vm.h @@ -135,7 +135,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 {