aboutsummaryrefslogtreecommitdiff
path: root/sbin/hastd/hastd.c
diff options
context:
space:
mode:
authorPawel Jakub Dawidek <pjd@FreeBSD.org>2011-04-20 18:49:12 +0000
committerPawel Jakub Dawidek <pjd@FreeBSD.org>2011-04-20 18:49:12 +0000
commit8e15d1e490f430bffff382d739db16dfb5a5d01d (patch)
tree9debe882e2958170f5c2baa70aa88c884c303184 /sbin/hastd/hastd.c
parentac0401e321f4c4d6952b60a8e5889e46385b96fa (diff)
downloadsrc-8e15d1e490f430bffff382d739db16dfb5a5d01d.tar.gz
src-8e15d1e490f430bffff382d739db16dfb5a5d01d.zip
Correct comment.
MFC after: 1 week
Notes
Notes: svn path=/head/; revision=220899
Diffstat (limited to 'sbin/hastd/hastd.c')
-rw-r--r--sbin/hastd/hastd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/hastd/hastd.c b/sbin/hastd/hastd.c
index 7f87dd6ad1d6..c89a3dd7a3e2 100644
--- a/sbin/hastd/hastd.c
+++ b/sbin/hastd/hastd.c
@@ -739,7 +739,7 @@ listen_accept(void)
if (res->hr_role == HAST_ROLE_PRIMARY) {
/*
* If we act as primary request the other side to wait
- * for us for a bit, as may might be finishing cleanups.
+ * for us a bit, as we might be finishing cleanups.
*/
nv_add_uint8(nverr, 1, "wait");
}