git: 347b1991b099 - main - netdump(4): Correct a typo in source code comment

From: Gordon Bergling <gbe_at_FreeBSD.org>
Date: Sun, 04 Sep 2022 11:00:13 UTC
The branch main has been updated by gbe (doc committer):

URL: https://cgit.FreeBSD.org/src/commit/?id=347b1991b09983a03a4916c0d6b3e6097f852c89

commit 347b1991b09983a03a4916c0d6b3e6097f852c89
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-09-04 10:59:29 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-09-04 10:59:29 +0000

    netdump(4): Correct a typo in source code comment
    
    - s/occured/occurred/
    
    MFC after:      3 days
---
 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 f857cf8c6b55..95795c73f8d6 100644
--- a/sys/netinet/netdump/netdump_client.c
+++ b/sys/netinet/netdump/netdump_client.c
@@ -609,7 +609,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)