aboutsummaryrefslogtreecommitdiff
path: root/sbin
diff options
context:
space:
mode:
authorPawel Jakub Dawidek <pjd@FreeBSD.org>2011-10-27 20:10:21 +0000
committerPawel Jakub Dawidek <pjd@FreeBSD.org>2011-10-27 20:10:21 +0000
commit5a58d22a84622a84bfca9b5a2a61f4095ac14dd8 (patch)
treec7247cccc92faf546c720a8589305a2ccb0efa6e /sbin
parent949350bb1f03700630a984bb178f556ff51c101b (diff)
Notes
Diffstat (limited to 'sbin')
-rw-r--r--sbin/hastd/primary.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/hastd/primary.c b/sbin/hastd/primary.c
index b06afc6785f4..d1177a1ad9e6 100644
--- a/sbin/hastd/primary.c
+++ b/sbin/hastd/primary.c
@@ -1021,7 +1021,7 @@ remote_close(struct hast_resource *res, int ncomp)
rw_wlock(&hio_remote_lock[ncomp]);
/*
- * A race is possible between dropping rlock and acquiring wlock -
+ * Check for a race between dropping rlock and acquiring wlock -
* another thread can close connection in-between.
*/
if (!ISCONNECTED(res, ncomp)) {