tor

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

commit 2322b56389626969b85da605240cbaafbb98bb33
parent cf4b3dbd445799bfad21e84777eff91d3a409f21
Author: Alexander Færøy <ahf@torproject.org>
Date:   Thu, 20 Dec 2018 15:16:14 +0100

Fix typo in time_sys.h.

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

diff --git a/src/lib/time/time_sys.h b/src/lib/time/time_sys.h @@ -2,7 +2,7 @@ /* See LICENSE for licensing information */ /** - * \file log_time.h + * \file time_sys.h * \brief Declare subsystem object for the time module. **/