diff options
author | Roger Dingledine <arma@torproject.org> | 2005-05-02 21:49:04 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2005-05-02 21:49:04 +0000 |
commit | 50505e677eb132127efa9be690196ee4ab68421f (patch) | |
tree | c00df07cad9f730a47be245236ae174490d993aa | |
parent | c9e83eb1b406ec268ebebc761e7db20665bcf455 (diff) | |
download | tor-50505e677eb132127efa9be690196ee4ab68421f.tar.gz tor-50505e677eb132127efa9be690196ee4ab68421f.zip |
fix a comment
svn:r4157
-rw-r--r-- | src/common/compat.c | 2 |
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 |