git: 2c7e6c3bd07d - stable/12 - netdump(4): Correct a typo in source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 07 Sep 2022 07:52:51 UTC
The branch stable/12 has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=2c7e6c3bd07d21eb2c2192045cade5939a116fbb commit 2c7e6c3bd07d21eb2c2192045cade5939a116fbb Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2022-09-04 10:59:29 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2022-09-07 07:52:41 +0000 netdump(4): Correct a typo in source code comment - s/occured/occurred/ (cherry picked from commit 347b1991b09983a03a4916c0d6b3e6097f852c89) --- sys/netinet/netdump/netdump_client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/netinet/netdump/netdump_client.c b/sys/netinet/netdump/netdump_client.c index b520661d7036..931a2243043c 100644 --- a/sys/netinet/netdump/netdump_client.c +++ b/sys/netinet/netdump/netdump_client.c @@ -1245,7 +1245,7 @@ netdump_ioctl(struct cdev *dev __unused, u_long cmd, caddr_t addr, * priv, Unused. * * Returns: - * int, An errno value if an error occured, 0 otherwise. + * int, An errno value if an error occurred, 0 otherwise. */ static int netdump_modevent(module_t mod __unused, int what, void *priv __unused)