From 458718d4975661831fa21d9f2653932e17c1bae0 Mon Sep 17 00:00:00 2001 From: Robert Ransom Date: Fri, 30 Mar 2012 07:58:32 -0700 Subject: [PATCH] Fix comment typo --- src/or/routerparse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/or/routerparse.c b/src/or/routerparse.c index 0aae0aa94..33c68d74b 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