[or-cvs] r11256: a single quote != a single double quote. i can't hear the ci (tor/trunk/src/or)

arma at seul.org arma at seul.org
Thu Aug 23 23:03:32 UTC 2007


Author: arma
Date: 2007-08-23 19:03:32 -0400 (Thu, 23 Aug 2007)
New Revision: 11256

Modified:
   tor/trunk/src/or/control.c
Log:
a single quote != a single double quote. i can't hear the
circus music from here, perhaps we should move closer.


Modified: tor/trunk/src/or/control.c
===================================================================
--- tor/trunk/src/or/control.c	2007-08-22 15:07:44 UTC (rev 11255)
+++ tor/trunk/src/or/control.c	2007-08-23 23:03:32 UTC (rev 11256)
@@ -370,9 +370,9 @@
 }
 
 /** Given a pointer to a string starting at <b>start</b> containing
- * <b>in_len_max</b> characters, decode a string beginning with a single
+ * <b>in_len_max</b> characters, decode a string beginning with one double
  * quote, containing any number of non-quote characters or characters escaped
- * with a backslash, and ending with a final quote.  Place the resulting
+ * with a backslash, and ending with a final double quote.  Place the resulting
  * string (unquoted, unescaped) into a newly allocated string in *<b>out</b>;
  * store its length in <b>out_len</b>.  On success, return a pointer to the
  * character immediately following the escaped string.  On failure, return



More information about the tor-commits mailing list