From 19d8b8a17383863d45823e37f20a94cc1d55c3a6 Mon Sep 17 00:00:00 2001 From: Larry Doolittle Date: Sun, 7 May 2017 21:38:09 -0700 Subject: Spelling fixes in C comments only --- il-gen.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'il-gen.c') 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 */ -- cgit v1.3.1