aboutsummaryrefslogtreecommitdiff
path: root/il-gen.c
diff options
context:
space:
mode:
Diffstat (limited to 'il-gen.c')
-rw-r--r--il-gen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/il-gen.c b/il-gen.c
index 40d7fbe..bb670cc 100644
--- a/il-gen.c
+++ b/il-gen.c
@@ -602,7 +602,7 @@ void gen_opi(int op)
}
/* generate a floating point operation 'v = t1 op t2' instruction. The
- two operands are guaranted to have the same floating point type */
+ two operands are guaranteed to have the same floating point type */
void gen_opf(int op)
{
/* same as integer */