mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-21 15:45:02 +00:00
netdump(4): Correct a typo in source code comment
- s/occured/occurred/ MFC after: 3 days
This commit is contained in:
parent
c3679af313
commit
347b1991b0
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user