git: e079f4263f9a - stable/13 - kern: Remove a double word in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 14 Apr 2022 06:17:53 UTC
The branch stable/13 has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=e079f4263f9a67ad10b12cfc4b85447016347a45 commit e079f4263f9a67ad10b12cfc4b85447016347a45 Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2022-04-09 08:50:04 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2022-04-14 06:15:08 +0000 kern: Remove a double word in a source code comment - s/for for/for/ (cherry picked from commit c3721292e35bd6aa27c3e444c9a110c458c302e7) --- sys/kern/kern_event.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/kern/kern_event.c b/sys/kern/kern_event.c index 2e9773ab5701..1e6968326b6c 100644 --- a/sys/kern/kern_event.c +++ b/sys/kern/kern_event.c @@ -339,7 +339,7 @@ extern struct filterops sig_filtops; extern struct filterops fs_filtops; /* - * Table for for all system-defined filters. + * Table for all system-defined filters. */ static struct mtx filterops_lock; MTX_SYSINIT(kqueue_filterops, &filterops_lock, "protect sysfilt_ops",