From 83e119154b672788c9bf959af2a0d394e211ccf9 Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Fri, 7 Oct 2005 19:25:01 +0000 Subject: [PATCH] doxygen fix svn:r5217 --- src/or/or.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/or/or.h b/src/or/or.h index 58c57c14dd..fed88aaa05 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -815,7 +815,7 @@ typedef struct local_routerstatus_t { uint8_t n_download_failures; /**< Number of failures trying to download the * most recent descriptor. */ unsigned int should_download:1; /**< DOCDOC */ - unsigned int name_lookup_warned:1; /*< Have we warned the user for referring + unsigned int name_lookup_warned:1; /**< Have we warned the user for referring * to this (unnamed) router by nickname? */ } local_routerstatus_t;