summaryrefslogtreecommitdiffstats
path: root/channels.h
diff options
context:
space:
mode:
authordjm@openbsd.org <djm@openbsd.org>2015-05-08 08:45:13 +0200
committerDamien Miller <djm@mindrot.org>2015-05-08 08:46:01 +0200
commitc28a3436fa8737709ea88e4437f8f23a6ab50359 (patch)
tree8c94bf130b7c6ff404a1fe30b126da6e7fbfa72b /channels.h
parentupstream commit (diff)
downloadopenssh-c28a3436fa8737709ea88e4437f8f23a6ab50359.tar.xz
openssh-c28a3436fa8737709ea88e4437f8f23a6ab50359.zip
upstream commit
moar whitespace at eol Upstream-ID: 64eaf872a3ba52ed41e494287e80d40aaba4b515
Diffstat (limited to 'channels.h')
-rw-r--r--channels.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/channels.h b/channels.h
index 5a672f22e..b9b486027 100644
--- a/channels.h
+++ b/channels.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: channels.h,v 1.116 2015/01/19 20:07:45 markus Exp $ */
+/* $OpenBSD: channels.h,v 1.117 2015/05/08 06:45:13 djm Exp $ */
/*
* Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -113,7 +113,7 @@ struct Channel {
time_t notbefore; /* Pause IO until deadline (time_t) */
int delayed; /* post-select handlers for newly created
* channels are delayed until the first call
- * to a matching pre-select handler.
+ * to a matching pre-select handler.
* this way post-select handlers are not
* accidentally called if a FD gets reused */
Buffer input; /* data read from socket, to be sent over