tor

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

commit 965c2064da9ae731873110a1f6da66e2f6fa020e
parent 847fc3280d4a77859c28f4c6c91c2cdf863c5c43
Author: Taylor Yu <catalyst@torproject.org>
Date:   Fri,  5 Apr 2019 17:27:15 -0500

Correct file name in doxygen comment

Diffstat:
Msrc/feature/control/control_fmt.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/feature/control/control_fmt.c b/src/feature/control/control_fmt.c @@ -3,7 +3,7 @@ /* See LICENSE for licensing information */ /** - * \file control.c + * \file control_fmt.c * \brief Formatting functions for controller data. */