diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 63b744711e8..c9d89aa1754 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2018-05-29 Jim Wilson + + * config/riscv/riscv.c (riscv_interrupt_type): Fix comment typo. + 2018-05-29 Uros Bizjak PR target/85950 diff --git a/gcc/config/riscv/riscv.c b/gcc/config/riscv/riscv.c index 7ea2657d8c8..6e389fa0102 100644 --- a/gcc/config/riscv/riscv.c +++ b/gcc/config/riscv/riscv.c @@ -2721,7 +2721,7 @@ riscv_handle_fndecl_attribute (tree *node, tree name, return NULL_TREE; } -/* Return true if funcion TYPE is an interrupt function. */ +/* Return true if function TYPE is an interrupt function. */ static bool riscv_interrupt_type_p (tree type) {