From 50505e677eb132127efa9be690196ee4ab68421f Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Mon, 2 May 2005 21:49:04 +0000 Subject: fix a comment svn:r4157 --- src/common/compat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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 - * *limit. Return a new limit if we can, or -1 if we fail. */ + * limit. 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 -- cgit v1.2.3-54-g00ecf