Browse Source

fix a comment

svn:r4157
Roger Dingledine 20 years ago
parent
commit
50505e677e
1 changed files with 1 additions and 1 deletions
  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