diff options
author | teor <teor@torproject.org> | 2019-10-28 23:44:08 +1000 |
---|---|---|
committer | teor <teor@torproject.org> | 2019-10-28 23:44:08 +1000 |
commit | bf16efeb07a9bc58f6f6c90e79f3d3a0798cf8d0 (patch) | |
tree | 1a6fddbdd5376e3b3d9c1985fba2e56ce153312d /src/feature/nodelist | |
parent | b98631d28082fd17a7568d693ebe97b4986fce56 (diff) | |
download | tor-bf16efeb07a9bc58f6f6c90e79f3d3a0798cf8d0.tar.gz tor-bf16efeb07a9bc58f6f6c90e79f3d3a0798cf8d0.zip |
nodelist: fix a comment typo in routerset.h
Diffstat (limited to 'src/feature/nodelist')
-rw-r--r-- | src/feature/nodelist/routerset.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/feature/nodelist/routerset.h b/src/feature/nodelist/routerset.h index f3bf4a1f7c..dc6ce0b667 100644 --- a/src/feature/nodelist/routerset.h +++ b/src/feature/nodelist/routerset.h @@ -4,7 +4,7 @@ /* See LICENSE for licensing information */ /** - * \file routerlist.h + * \file routerset.h * \brief Header file for routerset.c **/ |