aboutsummaryrefslogtreecommitdiff
path: root/gdbserver/ax.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gdbserver/ax.cc')
-rw-r--r--gdbserver/ax.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdbserver/ax.cc b/gdbserver/ax.cc
index fba5b4a..abc2d1f 100644
--- a/gdbserver/ax.cc
+++ b/gdbserver/ax.cc
@@ -985,7 +985,7 @@ gdb_eval_agent_expr (struct eval_agent_expr_context *ctx,
}
/* Cache the stack top in its own variable. Much of the time we can
- operate on this variable, rather than dinking with the stack. It
+ operate on this variable, rather than syncing with the stack. It
needs to be copied to the stack when sp changes. */
top = 0;