X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2Fax-gdb.c;h=ecbb2fe17a1a5094cf87aee506075c6bfc3604bb;hb=831bd6aa3b2d5e36c94b89756f58bb99f35026ca;hp=9f1b7a1e88b181d6e1617b0bce84fe45c115ff64;hpb=268a13a5a3f7c6b9b6ffc5ac2d1b24eb41f3fbdc;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/ax-gdb.c b/gdb/ax-gdb.c index 9f1b7a1e88..ecbb2fe17a 100644 --- a/gdb/ax-gdb.c +++ b/gdb/ax-gdb.c @@ -1911,7 +1911,7 @@ gen_expr (struct expression *exp, union exp_element **pc, gen_expr (exp, pc, ax, &value3); gen_usual_unary (ax, &value3); ax_label (ax, end, ax->len); - /* This is arbitary - what if B and C are incompatible types? */ + /* This is arbitrary - what if B and C are incompatible types? */ value->type = value2.type; value->kind = value2.kind; break;