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;
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to