[or-cvs] fix a comment

Roger Dingledine arma at seul.org
Mon May 2 21:49:06 UTC 2005


Update of /home2/or/cvsroot/tor/src/common
In directory moria.mit.edu:/home2/arma/work/onion/cvs/tor/src/common

Modified Files:
	compat.c 
Log Message:
fix a comment


Index: compat.c
===================================================================
RCS file: /home2/or/cvsroot/tor/src/common/compat.c,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -d -r1.46 -r1.47
--- compat.c	6 Apr 2005 21:11:05 -0000	1.46
+++ compat.c	2 May 2005 21:49:04 -0000	1.47
@@ -362,7 +362,7 @@
 
 /** 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



More information about the tor-commits mailing list