[or-cvs] r18818: {tor} doxygen tweak (tor/trunk/src/common)

arma at seul.org arma at seul.org
Mon Mar 9 06:20:15 UTC 2009


Author: arma
Date: 2009-03-09 02:20:15 -0400 (Mon, 09 Mar 2009)
New Revision: 18818

Modified:
   tor/trunk/src/common/tortls.c
Log:
doxygen tweak


Modified: tor/trunk/src/common/tortls.c
===================================================================
--- tor/trunk/src/common/tortls.c	2009-03-09 06:19:20 UTC (rev 18817)
+++ tor/trunk/src/common/tortls.c	2009-03-09 06:20:15 UTC (rev 18818)
@@ -67,7 +67,7 @@
  */
 struct tor_tls_t {
   HT_ENTRY(tor_tls_t) node;
-  tor_tls_context_t *context; /** A link to the context object for this tls */
+  tor_tls_context_t *context; /** A link to the context object for this tls. */
   SSL *ssl; /**< An OpenSSL SSL object. */
   int socket; /**< The underlying file descriptor for this TLS connection. */
   char *address; /**< An address to log when describing this connectinon. */



More information about the tor-commits mailing list