PR25172, Wrong description of --stop-address=ADDR switch
[deliverable/binutils-gdb.git] / gdb / ax-gdb.c
index 9f1b7a1e88b181d6e1617b0bce84fe45c115ff64..ecbb2fe17a1a5094cf87aee506075c6bfc3604bb 100644 (file)
@@ -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;
This page took 0.024465 seconds and 4 git commands to generate.