[or-cvs] one more typo
Roger Dingledine
arma at seul.org
Wed Dec 1 04:13:22 UTC 2004
Update of /home2/or/cvsroot/tor/src/or
In directory moria.mit.edu:/home2/arma/work/onion/cvs/tor/src/or
Modified Files:
connection.c
Log Message:
one more typo
Index: connection.c
===================================================================
RCS file: /home2/or/cvsroot/tor/src/or/connection.c,v
retrieving revision 1.306
retrieving revision 1.307
diff -u -d -r1.306 -r1.307
--- connection.c 1 Dec 2004 03:48:13 -0000 1.306
+++ connection.c 1 Dec 2004 04:13:15 -0000 1.307
@@ -415,7 +415,7 @@
news = accept(conn->s,(struct sockaddr *)&remote,&remotelen);
if (!SOCKET_IS_POLLABLE(news)) {
- /* accept() error, or two many conns to poll */
+ /* accept() error, or too many conns to poll */
int e;
if (news>=0) {
/* Too many conns to poll. */
More information about the tor-commits
mailing list