diff options
author | Roger Dingledine <arma@torproject.org> | 2004-05-10 10:27:54 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2004-05-10 10:27:54 +0000 |
commit | 3cdf2d67da5f2cd3529ffec9907fa910c0b0208c (patch) | |
tree | 812a91531b2e0c1b097ff8ac982017a7907ac7c6 /src/or/command.c | |
parent | 07871a8a2c3fc4f6a290961dc371b6e8d44ed69a (diff) | |
download | tor-3cdf2d67da5f2cd3529ffec9907fa910c0b0208c.tar.gz tor-3cdf2d67da5f2cd3529ffec9907fa910c0b0208c.zip |
it's amazing what a bit of punctuation can do for appearances
svn:r1843
Diffstat (limited to 'src/or/command.c')
-rw-r--r-- | src/or/command.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/or/command.c b/src/or/command.c index 3afe638c3f..921de2c64f 100644 --- a/src/or/command.c +++ b/src/or/command.c @@ -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; |