]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Add missing " in AccountingMax comment in or.h
authorteor (Tim Wilson-Brown) <teor2345@gmail.com>
Mon, 16 Nov 2015 01:34:53 +0000 (12:34 +1100)
committerteor (Tim Wilson-Brown) <teor2345@gmail.com>
Mon, 16 Nov 2015 01:34:53 +0000 (12:34 +1100)
src/or/or.h

index 651d8bed0c98ee75e0a197c37e293521a28e1574..48dd0bdc10e00a50ace22709aac473a6f3c06c18 100644 (file)
@@ -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;