diff options
author | Taylor Yu <catalyst@torproject.org> | 2019-04-05 17:27:15 -0500 |
---|---|---|
committer | Taylor Yu <catalyst@torproject.org> | 2019-04-30 13:18:46 -0500 |
commit | 965c2064da9ae731873110a1f6da66e2f6fa020e (patch) | |
tree | 3be26c0fee85047a1a8b3a3557a1fd85387fb974 | |
parent | 847fc3280d4a77859c28f4c6c91c2cdf863c5c43 (diff) | |
download | tor-965c2064da9ae731873110a1f6da66e2f6fa020e.tar.gz tor-965c2064da9ae731873110a1f6da66e2f6fa020e.zip |
Correct file name in doxygen comment
-rw-r--r-- | src/feature/control/control_fmt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/feature/control/control_fmt.c b/src/feature/control/control_fmt.c index b2ab4f10bb..dac3f87795 100644 --- 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. */ |