[tor-commits] [torsocks/master] Fix: typo in exit.c comment

dgoulet at torproject.org dgoulet at torproject.org
Fri Apr 4 22:40:27 UTC 2014


commit 380c399776778958700b055eac31420997d52a39
Author: David Goulet <dgoulet at ev0ke.net>
Date:   Sun Nov 10 21:27:22 2013 -0500

    Fix: typo in exit.c comment
    
    Signed-off-by: David Goulet <dgoulet at ev0ke.net>
---
 src/lib/exit.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/exit.c b/src/lib/exit.c
index ce4655f..f1560f3 100644
--- a/src/lib/exit.c
+++ b/src/lib/exit.c
@@ -23,7 +23,7 @@
 
 /*
  * _exit() and _Exit are hijacked here so we can cleanup torsocks library
- * safely since the constructor is *not* called for these functions.
+ * safely since the destructor is *not* called for these functions.
  */
 
 void _exit(int status)





More information about the tor-commits mailing list