From 1b6806e5bb39623c75b4aa8d8d6ffe1ef7ea46e7 Mon Sep 17 00:00:00 2001 From: Larry Doolittle Date: Sun, 24 Sep 2017 18:03:26 -0700 Subject: Spelling fixes Comments only, no change to functionality --- arm-gen.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'arm-gen.c') diff --git a/arm-gen.c b/arm-gen.c index f85c263..f535a09 100644 --- a/arm-gen.c +++ b/arm-gen.c @@ -1783,7 +1783,7 @@ static uint32_t is_fconst() } /* 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) { uint32_t x, r, r2, c1, c2; -- cgit v1.3.1