diff options
author | Roger Dingledine <arma@torproject.org> | 2006-10-20 19:11:12 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2006-10-20 19:11:12 +0000 |
commit | 0459db2c0d0e2af23b4db26ce4de555ee29eb7ec (patch) | |
tree | f07d4126e581d0c01d506237840c8274e61fa400 /src/common | |
parent | b27cb38dee3aa024e191a974bcf2801d4e87c0a5 (diff) | |
download | tor-0459db2c0d0e2af23b4db26ce4de555ee29eb7ec.tar.gz tor-0459db2c0d0e2af23b4db26ce4de555ee29eb7ec.zip |
checkpoint some changes as i read diffs
svn:r8780
Diffstat (limited to 'src/common')
-rw-r--r-- | src/common/compat.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/common/compat.c b/src/common/compat.c index 8e301a0edd..e07d3a3695 100644 --- a/src/common/compat.c +++ b/src/common/compat.c @@ -257,8 +257,8 @@ tor_munmap_file(tor_mmap_t *handle) /** Replacement for snprintf. Differs from platform snprintf in two * ways: First, always NUL-terminates its output. Second, always * returns -1 if the result is truncated. (Note that this return - * behavior does <i>not</i> conform to C99; it just happens to be the - * easiest to emulate "return -1" with conformant implementations than + * behavior does <i>not</i> conform to C99; it just happens to be + * easier to emulate "return -1" with conformant implementations than * it is to emulate "return number that would be written" with * non-conformant implementations.) */ int |