commit dd82550a5e8dab342ab1c5d46c51b781fa6ab568 Author: teor (Tim Wilson-Brown) teor2345@gmail.com Date: Mon Nov 16 12:34:53 2015 +1100
Add missing " in AccountingMax comment in or.h --- src/or/or.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/or/or.h b/src/or/or.h index 651d8be..48dd0bd 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -3808,7 +3808,7 @@ typedef struct { * hibernate." */ /** How do we determine when our AccountingMax has been reached? * "max" for when in or out reaches AccountingMax - * "sum for when in plus out reaches AccountingMax */ + * "sum" for when in plus out reaches AccountingMax */ char *AccountingRule_option; enum { ACCT_MAX, ACCT_SUM } AccountingRule;
tor-commits@lists.torproject.org