diff options
author | 2000-05-02 12:44:38 +0000 | |
---|---|---|
committer | 2000-05-02 12:44:38 +0000 | |
commit | 22113c69282d611da16f8107796828473fe4a57e (patch) | |
tree | 8ddce92be338e8de2cf2457f40028c59f8e76012 /usr.bin/ssh/serverloop.c | |
parent | A place to put isakmpd sample files (diff) | |
download | wireguard-openbsd-22113c69282d611da16f8107796828473fe4a57e.tar.xz wireguard-openbsd-22113c69282d611da16f8107796828473fe4a57e.zip |
use c-style comments
Diffstat (limited to 'usr.bin/ssh/serverloop.c')
-rw-r--r-- | usr.bin/ssh/serverloop.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/ssh/serverloop.c b/usr.bin/ssh/serverloop.c index 0f8381542db..9bf31275bea 100644 --- a/usr.bin/ssh/serverloop.c +++ b/usr.bin/ssh/serverloop.c @@ -165,7 +165,7 @@ retry_select: * stdin or channel data. */ if (compat20) { - // wrong: bad conditionXXX + /* wrong: bad condition XXX */ if (channel_not_very_much_buffered_data()) FD_SET(connection_in, readset); } else { |