From 899185287c8f0084c2fbef9ee9e8e832f791edac Mon Sep 17 00:00:00 2001 From: Gleb Smirnoff Date: Tue, 9 Apr 2019 22:15:39 +0000 Subject: [PATCH] Obvious comment correction. --- sys/sys/sockbuf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/sys/sockbuf.h b/sys/sys/sockbuf.h index 6b1fcfccd6fa..7a2cc7a7d641 100644 --- a/sys/sys/sockbuf.h +++ b/sys/sys/sockbuf.h @@ -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 */