diff --git a/src/or/circuitbuild.c b/src/or/circuitbuild.c
index 1140f3314e..a63e89b126 100644
--- a/src/or/circuitbuild.c
+++ b/src/or/circuitbuild.c
@@ -1501,7 +1501,7 @@ get_unique_circ_id_by_conn(or_connection_t *conn)
}
/** If verbose is false, allocate and return a comma-separated list of
- * the currently built elements of circ. If verbose is true, also
+ * the currently built elements of circ. If verbose is true, also
* list information about link status in a more verbose format using spaces.
* If verbose_names is false, give nicknames for Named routers and hex
* digests for others; if verbose_names is true, use $DIGEST=Name style