]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Remove bogus */ so util.c compiles
authorNick Mathewson <nickm@torproject.org>
Sat, 1 May 2004 21:50:53 +0000 (21:50 +0000)
committerNick Mathewson <nickm@torproject.org>
Sat, 1 May 2004 21:50:53 +0000 (21:50 +0000)
svn:r1759

src/common/util.c

index 0270937985b07c071128628f1c650ae30ad60236..b788f675c7e81c7e95d215f1c3aa780d218081a8 100644 (file)
@@ -751,7 +751,7 @@ const char *eat_whitespace_no_nl(const char *s) {
 }
 
 /* Return a pointer to the first char of s that is whitespace or '#',
- * or to the terminating NUL if no such character exists. */
+ * or to the terminating NUL if no such character exists.
  */
 const char *find_whitespace(const char *s) {
   tor_assert(s);