tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit e3ccf37e2545adf42e9b5975b51fbb4b46d91da4
parent 705bda859ed8bbdd753d587b9814de4af3afee80
Author: Nick Mathewson <nickm@torproject.org>
Date:   Wed,  3 Jul 2019 10:19:57 -0400

Fix @file directive in var_type_def_st.h

Diffstat:
Msrc/lib/confmgt/var_type_def_st.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/confmgt/var_type_def_st.h b/src/lib/confmgt/var_type_def_st.h @@ -5,7 +5,7 @@ /* See LICENSE for licensing information */ /** - * @file typedvar.h + * @file var_type_def_st.h * @brief Structure declarations for typedvar type definitions. * * This structure is used for defining new variable types. If you are not