Date: Thu, 16 Sep 2010 18:37:33 +0000 (UTC) From: Jung-uk Kim <jkim@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r212757 - head/sys/net Message-ID: <201009161837.o8GIbXis003383@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jkim Date: Thu Sep 16 18:37:33 2010 New Revision: 212757 URL: http://svn.freebsd.org/changeset/base/212757 Log: Fix a typo in a comment. Submitted by: afiveg Modified: head/sys/net/bpf.c Modified: head/sys/net/bpf.c ============================================================================== --- head/sys/net/bpf.c Thu Sep 16 17:49:10 2010 (r212756) +++ head/sys/net/bpf.c Thu Sep 16 18:37:33 2010 (r212757) @@ -1392,7 +1392,7 @@ bpfioctl(struct cdev *dev, u_long cmd, c break; /* - * Set packet timestamp format and resolution. + * Get packet timestamp format and resolution. */ case BIOCGTSTAMP: *(u_int *)addr = d->bd_tstamp;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201009161837.o8GIbXis003383>