docs: fix simple typo, porgram -> program

There is a small typo in mir/mir.h.

Should read `program` rather than `porgram`.
pull/201/head
Tim Gates 3 years ago
parent 389c98ee35
commit 8ab7552050
No known key found for this signature in database
GPG Key ID: AE3BE0D53823CF05

@ -103,7 +103,7 @@ typedef pthread_cond_t mir_cond_t;
There are additional constraints on insn operands:
o A register in porgram can contain only one type values: integer,
o A register in program can contain only one type values: integer,
float, double, or long double.
o Operand types should be what the insn expects */
typedef enum {

Loading…
Cancel
Save