Browse Source

Add missing " in AccountingMax comment in or.h

teor (Tim Wilson-Brown) 8 years ago
parent
commit
dd82550a5e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/or/or.h

+ 1 - 1
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;