summaryrefslogtreecommitdiff
path: root/src/common/ht.h
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2012-02-13 17:56:13 -0500
committerNick Mathewson <nickm@torproject.org>2012-02-13 17:56:13 -0500
commit1e9400d9c865f06df2e644d42f25b0c61607fdf8 (patch)
tree9b4ef49d069adfb802548b5c3f0e9b8bbbd052d3 /src/common/ht.h
parent8cae9c53b780fd24fcd0211f5fa86f1b66779a6f (diff)
downloadtor-1e9400d9c865f06df2e644d42f25b0c61607fdf8.tar.gz
tor-1e9400d9c865f06df2e644d42f25b0c61607fdf8.zip
ht.h comment tweaks, upstreamed from libevent
Diffstat (limited to 'src/common/ht.h')
-rw-r--r--src/common/ht.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/common/ht.h b/src/common/ht.h
index 0850c07092..3f374b4914 100644
--- a/src/common/ht.h
+++ b/src/common/ht.h
@@ -431,9 +431,8 @@ ht_string_hash(const char *s)
/*
* Copyright 2005, Nick Mathewson. Implementation logic is adapted from code
* by Christopher Clark, retrofit to allow drop-in memory management, and to
- * use the same interface as Niels Provos's HT_H. I'm not sure whether this
- * is a derived work any more, but whether it is or not, the license below
- * applies.
+ * use the same interface as Niels Provos's tree.h. This is probably still
+ * a derived work, so the original license below still applies.
*
* Copyright (c) 2002, Christopher Clark
* All rights reserved.