diff options
author | 2020-01-12 09:19:54 +0000 | |
---|---|---|
committer | 2020-01-12 09:19:54 +0000 | |
commit | c5729a20765fd64f5e6039e9e54191ab26ac625f (patch) | |
tree | 16e2773dfb2e1e733588e3b98a4d23aadaa15b39 | |
parent | condense comment (diff) | |
download | wireguard-openbsd-c5729a20765fd64f5e6039e9e54191ab26ac625f.tar.xz wireguard-openbsd-c5729a20765fd64f5e6039e9e54191ab26ac625f.zip |
tweak locking comment
-rw-r--r-- | sys/sys/pipe.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/sys/pipe.h b/sys/sys/pipe.h index f4ce3244fd6..664688ab976 100644 --- a/sys/sys/pipe.h +++ b/sys/sys/pipe.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pipe.h,v 1.22 2020/01/09 18:54:33 anton Exp $ */ +/* $OpenBSD: pipe.h,v 1.23 2020/01/12 09:19:54 anton Exp $ */ /* * Copyright (c) 1996 John S. Dyson @@ -71,7 +71,7 @@ struct pipebuf { * Per-pipe data structure. * Two of these are linked together to produce bi-directional pipes. * - * Locks used to protect struct members in this file: + * Locking: * I immutable after creation * K kernel lock * S sigio_lock |