summaryrefslogtreecommitdiff
path: root/src/or/entrynodes.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/or/entrynodes.h')
-rw-r--r--src/or/entrynodes.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/or/entrynodes.h b/src/or/entrynodes.h
index dfabacb093..f087f900bd 100644
--- a/src/or/entrynodes.h
+++ b/src/or/entrynodes.h
@@ -35,8 +35,8 @@ typedef struct entry_guard_t {
* bias for this node already? */
unsigned int path_bias_warned : 1; /**< Did we alert the user about path bias
* for this node already? */
- unsigned int path_bias_crited : 1; /**< Did we alert the user about path bias
- * for this node already? */
+ unsigned int path_bias_extreme : 1; /**< Did we alert the user about path
+ * bias for this node already? */
unsigned int path_bias_disabled : 1; /**< Have we disabled this node because
* of path bias issues? */
time_t bad_since; /**< 0 if this guard is currently usable, or the time at