git: f171938cd6ed - main - jail: Remove a double word in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 09 Apr 2022 12:20:39 UTC
The branch main has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=f171938cd6ed8d21135af856dbe4a8091e4a292c commit f171938cd6ed8d21135af856dbe4a8091e4a292c Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2022-04-09 12:19:17 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2022-04-09 12:19:17 +0000 jail: Remove a double word in a source code comment - s/a a/a/ MFC after: 3 days --- sys/kern/kern_jail.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/kern/kern_jail.c b/sys/kern/kern_jail.c index bf869362f004..0521e06ce223 100644 --- a/sys/kern/kern_jail.c +++ b/sys/kern/kern_jail.c @@ -2844,7 +2844,7 @@ prison_free_not_last(struct prison *pr) } /* - * Hold a a prison for user visibility, by incrementing pr_uref. + * Hold a prison for user visibility, by incrementing pr_uref. * It is generally an error to hold a prison that isn't already * user-visible, except through the the jail system calls. It is also * an error to hold an invalid prison. A prison record will remain