diff options
Diffstat (limited to 'src/or/or.h')
-rw-r--r-- | src/or/or.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/or.h b/src/or/or.h index 0e5ea4e0fd..cea0cf15c9 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -1186,7 +1186,7 @@ typedef struct control_connection_t { /** Number of bytes currently stored in incoming_cmd. */ uint32_t incoming_cmd_cur_len; /** A control command that we're reading from the inbuf, but which has not - * yet arrived completely. */ + * yet arrived completely. */ char *incoming_cmd; } control_connection_t; |