Sfoglia il codice sorgente

Add missing " in AccountingMax comment in or.h

teor (Tim Wilson-Brown) 10 anni fa
parent
commit
dd82550a5e
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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;