[tor-commits] [tor/master] Add missing " in AccountingMax comment in or.h

nickm at torproject.org nickm at torproject.org
Wed Nov 25 14:08:23 UTC 2015


commit dd82550a5e8dab342ab1c5d46c51b781fa6ab568
Author: teor (Tim Wilson-Brown) <teor2345 at 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;
 





More information about the tor-commits mailing list