commit 380c399776778958700b055eac31420997d52a39
Author: David Goulet <[email protected]>
Date:   Sun Nov 10 21:27:22 2013 -0500

    Fix: typo in exit.c comment
    
    Signed-off-by: David Goulet <[email protected]>
---
 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)



_______________________________________________
tor-commits mailing list
[email protected]
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits

Reply via email to