aboutsummaryrefslogtreecommitdiff
path: root/src/or/connection.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/or/connection.c')
-rw-r--r--src/or/connection.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/connection.c b/src/or/connection.c
index fb7efdc24..1f7529f08 100644
--- a/src/or/connection.c
+++ b/src/or/connection.c
@@ -1005,7 +1005,7 @@ int connection_handle_write(connection_t *conn) {
conn->timestamp_lastwritten = now;
- /* Sometimes, "writeable" means "connected". */
+ /* Sometimes, "writable" means "connected". */
if (connection_state_is_connecting(conn)) {
if (getsockopt(conn->s, SOL_SOCKET, SO_ERROR, (void*)&e, &len) < 0) {
log_fn(LOG_WARN,"getsockopt() syscall failed?! Please report to tor-ops.");