From: Robert Ransom Date: Fri, 30 Mar 2012 14:58:32 +0000 (-0700) Subject: Fix comment typo X-Git-Tag: tor-0.2.3.14-alpha~27 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=458718d4975661831fa21d9f2653932e17c1bae0;p=thirdparty%2Ftor.git Fix comment typo --- 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 end is NULL, s must be properly NULL-terminated. + * If end is NULL, s must be properly NUL-terminated. * * If allow_annotations, it's okay to encounter annotations in s * before the router; if it's false, reject the router if it's annotated. If