RISC-V: Fix a comment typo.
* config/riscv/riscv.c (riscv_interrupt_type): Fix comment typo. From-SVN: r260907
This commit is contained in:
parent
04eb9c5574
commit
5af3ff2159
@ -1,3 +1,7 @@
|
||||
2018-05-29 Jim Wilson <jimw@sifive.com>
|
||||
|
||||
* config/riscv/riscv.c (riscv_interrupt_type): Fix comment typo.
|
||||
|
||||
2018-05-29 Uros Bizjak <ubizjak@gmail.com>
|
||||
|
||||
PR target/85950
|
||||
|
@ -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)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user