Fix a typo in a comment.

Submitted by:	afiveg
This commit is contained in:
Jung-uk Kim 2010-09-16 18:37:33 +00:00
parent dfe2c294f3
commit d0d7bcdf92
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=212757

View File

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