diff options
Diffstat (limited to 'src/or/connection.c')
-rw-r--r-- | src/or/connection.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/connection.c b/src/or/connection.c index ef352f958..3b4ef79d3 100644 --- a/src/or/connection.c +++ b/src/or/connection.c @@ -1860,7 +1860,7 @@ loop_again: /* The other side's handle_write will never actually get called, so * we need to invoke the appropriate callbacks ourself. */ connection_t *linked = conn->linked_conn; - /* XXXX020 Do we need to ensure that this stuff is called even if + /* XXXX020rc Do we need to ensure that this stuff is called even if * conn dies in a way that causes us to return -1 earlier? */ if (n_read) { |