git: 413a7828c8fe - stable/13 - 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:31:51 UTC
The branch stable/13 has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=413a7828c8fee53983c80a53ca8d070db93e7106 commit 413a7828c8fee53983c80a53ca8d070db93e7106 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:28:34 +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 152feeb8c0c3..448ee03a8e20 100644 --- a/sys/netinet/netdump/netdump_client.c +++ b/sys/netinet/netdump/netdump_client.c @@ -689,7 +689,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)