diff options
Diffstat (limited to 'gcc/genattrtab.c')
-rw-r--r-- | gcc/genattrtab.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/genattrtab.c b/gcc/genattrtab.c index 101a54b..e3748a2 100644 --- a/gcc/genattrtab.c +++ b/gcc/genattrtab.c @@ -3155,7 +3155,7 @@ simplify_or_tree (exp, pterm, insn_code, insn_index) return exp; } /* Compute approximate cost of the expression. Used to decide whether - expression is cheap enought for inline. */ + expression is cheap enough for inline. */ static int attr_rtx_cost (x) rtx x; |