Pārlūkot izejas kodu

Add missing " in AccountingMax comment in or.h

teor (Tim Wilson-Brown) 10 gadi atpakaļ
vecāks
revīzija
dd82550a5e
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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;