diff options
Diffstat (limited to 'sys/sys/socketvar.h')
-rw-r--r-- | sys/sys/socketvar.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/socketvar.h b/sys/sys/socketvar.h index 8899083..5e40f35 100644 --- a/sys/sys/socketvar.h +++ b/sys/sys/socketvar.h @@ -57,7 +57,7 @@ typedef u_quad_t so_gen_t; struct socket; -/*- +/* * Locking key to struct socket: * (a) constant after allocation, no locking required. * (b) locked by SOCK_LOCK(so). |