aboutsummaryrefslogtreecommitdiff
path: root/src/common
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2006-07-04 15:52:22 +0000
committerRoger Dingledine <arma@torproject.org>2006-07-04 15:52:22 +0000
commit579849f600589f6ab649d8a16dc113d04c1c88a1 (patch)
tree96838af71fddd79640e9ab5a781083c391aaa09a /src/common
parent5dc1e6f788f9c62299be82d1a6132f0c454dbb42 (diff)
downloadtor-579849f600589f6ab649d8a16dc113d04c1c88a1.tar
tor-579849f600589f6ab649d8a16dc113d04c1c88a1.tar.gz
fix a misleading function comment
svn:r6717
Diffstat (limited to 'src/common')
-rw-r--r--src/common/tortls.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/tortls.c b/src/common/tortls.c
index e83fc3f5a..482a66da6 100644
--- a/src/common/tortls.c
+++ b/src/common/tortls.c
@@ -857,7 +857,7 @@ tor_tls_get_n_bytes_written(tor_tls_t *tls)
}
/** Implement check_no_tls_errors: If there are any pending OpenSSL
- * errors, log an error message and assert(0). */
+ * errors, log an error message. */
void
_check_no_tls_errors(const char *fname, int line)
{