aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGordon Bergling <gbe@FreeBSD.org>2022-09-04 10:59:29 +0000
committerGordon Bergling <gbe@FreeBSD.org>2022-09-07 07:52:41 +0000
commit2c7e6c3bd07d21eb2c2192045cade5939a116fbb (patch)
tree4e5cd7acf4373cf8d97a407d11feaa67e5827c57
parentd67e7494e4431a023db7d68d8b6f1c48bf2d3607 (diff)
downloadsrc-2c7e6c3bd07d21eb2c2192045cade5939a116fbb.tar.gz
src-2c7e6c3bd07d21eb2c2192045cade5939a116fbb.zip
netdump(4): Correct a typo in source code comment
- s/occured/occurred/ (cherry picked from commit 347b1991b09983a03a4916c0d6b3e6097f852c89)
-rw-r--r--sys/netinet/netdump/netdump_client.c2
1 files changed, 1 insertions, 1 deletions
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)