git: 17d3e27a83d9 - stable/13 - sys: 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:09:04 UTC
The branch stable/13 has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=17d3e27a83d989864c82580dd5947c8f7f17cfce commit 17d3e27a83d989864c82580dd5947c8f7f17cfce Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2022-04-09 08:58:31 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2022-04-14 06:07:15 +0000 sys: Remove a double word in a source code comment - s/for for/for/ (cherry picked from commit 97d8c695cfe1eff4c065e7ee362f428f1bf5b9d5) --- sys/sys/interrupt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/sys/interrupt.h b/sys/sys/interrupt.h index 56952e45fe75..529e0adb72e0 100644 --- a/sys/sys/interrupt.h +++ b/sys/sys/interrupt.h @@ -157,7 +157,7 @@ extern struct intr_event *tty_intr_event; extern void *vm_ih; /* Counts and names for statistics (defined in MD code). */ -extern u_long *intrcnt; /* counts for for each device and stray */ +extern u_long *intrcnt; /* counts for each device and stray */ extern char *intrnames; /* string table containing device names */ extern size_t sintrcnt; /* size of intrcnt table */ extern size_t sintrnames; /* size of intrnames table */