]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
minor tweaks to 4b19730c8234d
authorRoger Dingledine <arma@torproject.org>
Sun, 15 May 2011 23:20:42 +0000 (19:20 -0400)
committerRoger Dingledine <arma@torproject.org>
Sun, 15 May 2011 23:20:42 +0000 (19:20 -0400)
src/common/di_ops.c

index c1e292fe2f1179abd494bccd24bc51a08267846b..3da033cf6d96c0e0f952f88ae7a1a55579ed668c 100644 (file)
@@ -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>.