浏览代码

Remove bogus */ so util.c compiles

svn:r1759
Nick Mathewson 21 年之前
父节点
当前提交
4dc30ea3c8
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/common/util.c

+ 1 - 1
src/common/util.c

@@ -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);