diff options
Diffstat (limited to 'src/or/circuitlist.c')
-rw-r--r-- | src/or/circuitlist.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/circuitlist.c b/src/or/circuitlist.c index 060dc73e73..229c84ea5f 100644 --- a/src/or/circuitlist.c +++ b/src/or/circuitlist.c @@ -872,7 +872,7 @@ origin_circuit_t * circuit_find_to_cannibalize(uint8_t purpose, extend_info_t *info, int flags) { - /*XXXX021 arma: The purpose argument is ignored. Can that possibly be + /* XXXX021 arma: The purpose argument is ignored. Can that possibly be * right? */ /* XXXX <arma> i don't know of any actual bugs that this causes. since i * think we only call the function for purposes where we want it to do what |