diff options
Diffstat (limited to 'doc/HACKING')
-rw-r--r-- | doc/HACKING | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/HACKING b/doc/HACKING index 397c11feb..43497db84 100644 --- a/doc/HACKING +++ b/doc/HACKING @@ -100,7 +100,7 @@ valgrind --leak-check=yes --error-limit=no --show-reachable=yes src/or/tor 1. Begin every file that should be documented with /** * \file filename.c - * \brief Short desccription of the file. + * \brief Short description of the file. **/ (Doxygen will recognize any comment beginning with /** as special.) |