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 45c189b3f6..b1ad2e73db 100644 --- a/src/or/circuitlist.c +++ b/src/or/circuitlist.c @@ -806,7 +806,7 @@ origin_circuit_t * circuit_find_to_cannibalize(uint8_t purpose, extend_info_t *info, int flags) { - /*XXXX020 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 |