[or-cvs] punctuation and spelling
arma at seul.org
arma at seul.org
Sun Jun 4 06:16:22 UTC 2006
Update of /home2/or/cvsroot/tor/src/or
In directory moria:/home/arma/work/onion/cvs/tor/src/or
Modified Files:
eventdns.c
Log Message:
punctuation and spelling
Index: eventdns.c
===================================================================
RCS file: /home2/or/cvsroot/tor/src/or/eventdns.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -d -r1.2 -r1.3
--- eventdns.c 3 Jun 2006 22:05:23 -0000 1.2
+++ eventdns.c 4 Jun 2006 06:16:20 -0000 1.3
@@ -34,7 +34,7 @@
*
* This library is designed to be included and shipped with your source
* code. You statically link with it. You should also test for the
- * existance of strtok_r and define HAVE_STRTOK_R if you have it.
+ * existence of strtok_r and define HAVE_STRTOK_R if you have it.
*
* The DNS protocol requires a good source of id numbers and these
* numbers should be unpredictable for spoofing reasons. There are
@@ -43,12 +43,12 @@
*
* DNS_USE_GETTIMEOFDAY_FOR_ID:
* Using the bottom 16 bits of the usec result from gettimeofday. This
- * is a pretty poor solution but should work anywhere
+ * is a pretty poor solution but should work anywhere.
* DNS_USE_CPU_CLOCK_FOR_ID:
* Using the bottom 16 bits of the nsec result from the CPU's time
* counter. This is better, but may not work everywhere. Requires
* POSIX realtime support and you'll need to link against -lrt on
- * glibc systems at least
+ * glibc systems at least.
* DNS_USE_OPENSSL_FOR_ID:
* Uses the OpenSSL RAND_bytes call to generate the data. You must
* have seeded the pool before making any calls to this library.
More information about the tor-commits
mailing list