RISC-V: Fix a comment typo.

* config/riscv/riscv.c (riscv_interrupt_type): Fix comment typo.

From-SVN: r260907
This commit is contained in:
Jim Wilson 2018-05-29 22:31:17 +00:00 committed by Jim Wilson
parent 04eb9c5574
commit 5af3ff2159
2 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -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)
{