svn commit: r346069 - head/sys/sys

Gleb Smirnoff glebius at FreeBSD.org
Tue Sep 3 14:06:41 UTC 2019


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 */




More information about the svn-src-head mailing list