From: teor (Tim Wilson-Brown) Date: Mon, 16 Nov 2015 01:34:53 +0000 (+1100) Subject: Add missing " in AccountingMax comment in or.h X-Git-Tag: tor-0.2.8.1-alpha~218^2~4 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=dd82550a5e8dab342ab1c5d46c51b781fa6ab568;p=thirdparty%2Ftor.git Add missing " in AccountingMax comment in or.h --- diff --git a/src/or/or.h b/src/or/or.h index 651d8bed0c..48dd0bdc10 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;