it's amazing what a bit of punctuation can do for appearances

svn:r1843
This commit is contained in:
Roger Dingledine
2004-05-10 10:27:54 +00:00
parent 07871a8a2c
commit 3cdf2d67da
11 changed files with 159 additions and 159 deletions
+2 -2
View File
@@ -9,9 +9,9 @@
#include "or.h"
extern or_options_t options; /**< command-line and config-file options */
extern or_options_t options; /* command-line and config-file options */
/** keep statistics about how many of each type of cell we've received */
/** Keep statistics about how many of each type of cell we've received. */
unsigned long stats_n_padding_cells_processed = 0;
unsigned long stats_n_create_cells_processed = 0;
unsigned long stats_n_created_cells_processed = 0;