netdump(4): Correct a typo in source code comment

- s/occured/occurred/

MFC after:	3 days
This commit is contained in:
Gordon Bergling 2022-09-04 12:59:29 +02:00
parent c3679af313
commit 347b1991b0

View File

@ -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)