mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fix a typo in a comment.
Submitted by: afiveg
This commit is contained in:
parent
dfe2c294f3
commit
d0d7bcdf92
1 changed files with 1 additions and 1 deletions
|
|
@ -1392,7 +1392,7 @@ bpfioctl(struct cdev *dev, u_long cmd, caddr_t addr, int flags,
|
|||
break;
|
||||
|
||||
/*
|
||||
* Set packet timestamp format and resolution.
|
||||
* Get packet timestamp format and resolution.
|
||||
*/
|
||||
case BIOCGTSTAMP:
|
||||
*(u_int *)addr = d->bd_tstamp;
|
||||
|
|
|
|||
Loading…
Reference in a new issue