Commit 5af3ff21 by Jim Wilson Committed by Jim Wilson

RISC-V: Fix a comment typo.

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

From-SVN: r260907
parent 04eb9c55
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> 2018-05-29 Uros Bizjak <ubizjak@gmail.com>
PR target/85950 PR target/85950
......
...@@ -2721,7 +2721,7 @@ riscv_handle_fndecl_attribute (tree *node, tree name, ...@@ -2721,7 +2721,7 @@ riscv_handle_fndecl_attribute (tree *node, tree name,
return NULL_TREE; return NULL_TREE;
} }
/* Return true if funcion TYPE is an interrupt function. */ /* Return true if function TYPE is an interrupt function. */
static bool static bool
riscv_interrupt_type_p (tree type) riscv_interrupt_type_p (tree type)
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment