summaryrefslogtreecommitdiff
path: root/src/or/rendcommon.c
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2007-09-18 23:34:27 +0000
committerRoger Dingledine <arma@torproject.org>2007-09-18 23:34:27 +0000
commit82da6c02baa83e9e877657d51bfce8ffae3c6bf2 (patch)
tree4e3f8b503a1bd1db79e3cabb40d9897987b2b7b4 /src/or/rendcommon.c
parenteb9dc12ce94749665962d9ca30f76ac4341e2662 (diff)
downloadtor-82da6c02baa83e9e877657d51bfce8ffae3c6bf2.tar.gz
tor-82da6c02baa83e9e877657d51bfce8ffae3c6bf2.zip
clean up r11496
svn:r11498
Diffstat (limited to 'src/or/rendcommon.c')
-rw-r--r--src/or/rendcommon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/rendcommon.c b/src/or/rendcommon.c
index acc9154d55..cbd12e802c 100644
--- a/src/or/rendcommon.c
+++ b/src/or/rendcommon.c
@@ -43,7 +43,7 @@ rend_service_descriptor_free(rend_service_descriptor_t *desc)
tor_free(desc);
}
-/** Encode a service descriptor for <b>desc</b>, and sign it with
+/** Encode a V0 service descriptor for <b>desc</b>, and sign it with
* <b>key</b>. Store the descriptor in *<b>str_out</b>, and set
* *<b>len_out</b> to its length.
*/