summaryrefslogtreecommitdiff
path: root/src/or/circuituse.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2008-12-22 14:56:16 +0000
committerNick Mathewson <nickm@torproject.org>2008-12-22 14:56:16 +0000
commit55348884b5fddb0fb8ebdf45fc6aac4e59b8a212 (patch)
treec1d55711096c314c5b0a33c30dbb7ae5f51a7140 /src/or/circuituse.c
parentdf89748388c3c50f54f988d851626bbe77159d1e (diff)
downloadtor-55348884b5fddb0fb8ebdf45fc6aac4e59b8a212.tar.gz
tor-55348884b5fddb0fb8ebdf45fc6aac4e59b8a212.zip
Fix all of the doxygen warnings not pertaining to missing documentation.
svn:r17727
Diffstat (limited to 'src/or/circuituse.c')
-rw-r--r--src/or/circuituse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/circuituse.c b/src/or/circuituse.c
index c6d8cde3c8..6b7bf7409d 100644
--- a/src/or/circuituse.c
+++ b/src/or/circuituse.c
@@ -233,7 +233,7 @@ circuit_get_best(edge_connection_t *conn, int must_be_open, uint8_t purpose,
}
/** Check whether, according to the policies in <b>options</b>, the
- * circuit <b>circ makes sense. */
+ * circuit <b>circ</b> makes sense. */
/* XXXX currently only checks Exclude{Exit}Nodes. It should check more. */
int
circuit_conforms_to_options(const origin_circuit_t *circ,