From: Jim Wilson Date: Tue, 29 May 2018 22:31:17 +0000 (+0000) Subject: RISC-V: Fix a comment typo. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5af3ff21594b92c698fdc43269a0020f95a15c23;p=gcc.git RISC-V: Fix a comment typo. * config/riscv/riscv.c (riscv_interrupt_type): Fix comment typo. From-SVN: r260907 --- 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) {