summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/common/compat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/compat.c b/src/common/compat.c
index 75e5db8cc7..24266987ac 100644
--- a/src/common/compat.c
+++ b/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