summaryrefslogtreecommitdiff
path: root/src/common
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2007-02-24 01:12:53 +0000
committerRoger Dingledine <arma@torproject.org>2007-02-24 01:12:53 +0000
commit9946bb7fbd85eb27a7a1e8ded7bac2881e1da4bf (patch)
treec7f1b087730695e1d6da38d0e26d83e9444e34a6 /src/common
parent4e05ccb289aaf5b8afc24888dedd4bd9bda285ef (diff)
downloadtor-9946bb7fbd85eb27a7a1e8ded7bac2881e1da4bf.tar.gz
tor-9946bb7fbd85eb27a7a1e8ded7bac2881e1da4bf.zip
cosmetic, comment, and todo fixes
svn:r9627
Diffstat (limited to 'src/common')
-rw-r--r--src/common/util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/util.h b/src/common/util.h
index d64ffb8e88..5d9a16030d 100644
--- a/src/common/util.h
+++ b/src/common/util.h
@@ -214,7 +214,7 @@ int append_bytes_to_file(const char *fname, const char *str, size_t len,
/** Flag for read_file_to_str: open the file in binary mode. */
#define RFTS_BIN 1
-/** Flag for read_file_to_str: it's okay if the file doesn't exist */
+/** Flag for read_file_to_str: it's okay if the file doesn't exist. */
#define RFTS_IGNORE_MISSING 2
struct stat;