소스 검색

fix a comment

svn:r4157
Roger Dingledine 20 년 전
부모
커밋
50505e677e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/common/compat.c

+ 1 - 1
src/common/compat.c

@@ -362,7 +362,7 @@ tor_socketpair(int family, int type, int protocol, int fd[2])
 
 /** Get the maximum allowed number of file descriptors. (Some systems
  * have a low soft limit.) Make sure we set it to at least
- * <b>*limit</b>. Return a new limit if we can, or -1 if we fail. */
+ * <b>limit</b>. Return a new limit if we can, or -1 if we fail. */
 int
 set_max_file_descriptors(unsigned long limit, unsigned long cap) {
 #ifndef HAVE_GETRLIMIT