diff options
author | Roger Dingledine <arma@torproject.org> | 2011-05-15 19:20:42 -0400 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2011-05-15 19:20:42 -0400 |
commit | b48f83ab8c27b6a26d4afe5177238a99637a1dc1 (patch) | |
tree | 49e8506d639ec8f0270e65f03fffd267324d7ebb /src | |
parent | 1f678277a17d06941ac59ebfe25502d6a160d4ef (diff) | |
download | tor-b48f83ab8c27b6a26d4afe5177238a99637a1dc1.tar.gz tor-b48f83ab8c27b6a26d4afe5177238a99637a1dc1.zip |
minor tweaks to 4b19730c8234d
Diffstat (limited to 'src')
-rw-r--r-- | src/common/di_ops.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/common/di_ops.c b/src/common/di_ops.c index c1e292fe2f..3da033cf6d 100644 --- a/src/common/di_ops.c +++ b/src/common/di_ops.c @@ -3,7 +3,7 @@ /** * \file di_ops.c - * \brief Functions for data-independent operations + * \brief Functions for data-independent operations. **/ #include "orconfig.h" @@ -11,7 +11,7 @@ /** * Timing-safe version of memcmp. As memcmp, compare the <b>sz</b> bytes - * at <b>a</b> with the <b>sz</b> bytes at <b>, and returns less than 0 if the + * at <b>a</b> with the <b>sz</b> bytes at <b>, and return less than 0 if the * bytes at <b>a</b> lexically precede those at <b>b</b>, 0 if the byte ranges * are equal, and greater than zero if the bytes at <b>a</b> lexically follow * those at <b>. |