diff options
Diffstat (limited to 'gdb/ax-general.c')
-rw-r--r-- | gdb/ax-general.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/ax-general.c b/gdb/ax-general.c index e1269e6ff10..fb35670c26b 100644 --- a/gdb/ax-general.c +++ b/gdb/ax-general.c @@ -248,7 +248,7 @@ ax_const_l (struct agent_expr *x, LONGEST l) break; } - /* Emit the right opcode... */ + /* Emit the right opcode... */ ax_simple (x, ops[op]); /* Emit the low SIZE bytes as an unsigned number. We know that |