summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Ransom <rransom.8774@gmail.com>2012-03-30 07:58:32 -0700
committerNick Mathewson <nickm@torproject.org>2012-03-30 11:04:03 -0400
commit458718d4975661831fa21d9f2653932e17c1bae0 (patch)
tree214bf54ab41120085b770f74588c16ea9c8ca839
parent56e0959d2ab9cae45d39c5b9d72b1bb1b8ad03b7 (diff)
downloadtor-458718d4975661831fa21d9f2653932e17c1bae0.tar.gz
tor-458718d4975661831fa21d9f2653932e17c1bae0.zip
Fix comment typo
-rw-r--r--src/or/routerparse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/routerparse.c b/src/or/routerparse.c
index 0aae0aa949..33c68d74b4 100644
--- a/src/or/routerparse.c
+++ b/src/or/routerparse.c
@@ -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