[tor-commits] [goptlib/master] Fix a variable name in doc comment.
dcf at torproject.org
dcf at torproject.org
Thu May 8 02:26:25 UTC 2014
commit 54ef5d6fe41af4b6430bcb9b956143485cfdaec5
Author: David Fifield <david at bamsoftware.com>
Date: Wed May 7 19:26:15 2014 -0700
Fix a variable name in doc comment.
---
pt.go | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pt.go b/pt.go
index cb9b42f..92bb0f5 100644
--- a/pt.go
+++ b/pt.go
@@ -15,7 +15,7 @@
// if err != nil {
// return err
// }
-// // do something with conn and or.
+// // do something with conn and remote.
// return nil
// }
// func acceptLoop(ln *pt.SocksListener) error {
More information about the tor-commits
mailing list