From 5af3ff21594b92c698fdc43269a0020f95a15c23 Mon Sep 17 00:00:00 2001 From: Jim Wilson Date: Tue, 29 May 2018 22:31:17 +0000 Subject: [PATCH] RISC-V: Fix a comment typo. * config/riscv/riscv.c (riscv_interrupt_type): Fix comment typo. From-SVN: r260907 --- gcc/ChangeLog | 4 ++++ gcc/config/riscv/riscv.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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) { -- 2.30.2