Author: glebius
Date: Tue Apr  9 22:15:39 2019
New Revision: 346069
URL: https://svnweb.freebsd.org/changeset/base/346069

Log:
  Obvious comment correction.

Modified:
  head/sys/sys/sockbuf.h

Modified: head/sys/sys/sockbuf.h
==============================================================================
--- head/sys/sys/sockbuf.h      Tue Apr  9 21:38:20 2019        (r346068)
+++ head/sys/sys/sockbuf.h      Tue Apr  9 22:15:39 2019        (r346069)
@@ -98,7 +98,7 @@ struct        sockbuf {
        u_int   sb_ctl;         /* (a) non-data chars in buffer */
        int     sb_lowat;       /* (a) low water mark */
        sbintime_t      sb_timeo;       /* (a) timeout for read/write */
-       short   sb_flags;       /* (a) flags, see below */
+       short   sb_flags;       /* (a) flags, see above */
        int     (*sb_upcall)(struct socket *, void *, int); /* (a) */
        void    *sb_upcallarg;  /* (a) */
        TAILQ_HEAD(, kaiocb) sb_aiojobq; /* (a) pending AIO ops */
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to