소스 검색

fix a misleading function comment

svn:r6717
Roger Dingledine 19 년 전
부모
커밋
579849f600
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/common/tortls.c

+ 1 - 1
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)
 {