aboutsummaryrefslogtreecommitdiff
path: root/gdb/varobj.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/varobj.c')
-rw-r--r--gdb/varobj.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/varobj.c b/gdb/varobj.c
index 04f1fc8..dcadce1 100644
--- a/gdb/varobj.c
+++ b/gdb/varobj.c
@@ -1183,7 +1183,7 @@ install_new_value (struct varobj *var, struct value *value, bool initial)
changeable = varobj_value_is_changeable_p (var);
/* If the type has custom visualizer, we consider it to be always
- changeable. FIXME: need to make sure this behaviour will not
+ changeable. FIXME: need to make sure this behavior will not
mess up read-sensitive values. */
if (var->dynamic->pretty_printer != NULL)
changeable = true;