Add missing " in AccountingMax comment in or.h

This commit is contained in:
teor (Tim Wilson-Brown)
2015-11-16 12:34:53 +11:00
parent 0d5a439292
commit dd82550a5e
+1 -1
View 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;