]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Fix comment typo
authorRobert Ransom <rransom.8774@gmail.com>
Fri, 30 Mar 2012 14:58:32 +0000 (07:58 -0700)
committerNick Mathewson <nickm@torproject.org>
Fri, 30 Mar 2012 15:04:03 +0000 (11:04 -0400)
src/or/routerparse.c

index 0aae0aa9498f929d797a4b30042d203b23c6f52c..33c68d74b4d32fa0fc6d94d77b68eecf51eb63fe 100644 (file)
@@ -1262,7 +1262,7 @@ dump_distinct_digest_count(int severity)
  * s through end into the signed_descriptor_body of the resulting
  * routerinfo_t.
  *
- * If <b>end</b> is NULL, <b>s</b> must be properly NULL-terminated.
+ * If <b>end</b> is NULL, <b>s</b> must be properly NUL-terminated.
  *
  * If <b>allow_annotations</b>, it's okay to encounter annotations in <b>s</b>
  * before the router; if it's false, reject the router if it's annotated.  If