RISC-V: Fix a comment typo.
authorJim Wilson <jimw@sifive.com>
Tue, 29 May 2018 22:31:17 +0000 (22:31 +0000)
committerJim Wilson <wilson@gcc.gnu.org>
Tue, 29 May 2018 22:31:17 +0000 (15:31 -0700)
* config/riscv/riscv.c (riscv_interrupt_type): Fix comment typo.

From-SVN: r260907

gcc/ChangeLog
gcc/config/riscv/riscv.c

index 63b744711e833813d10209e31cf40dace568c0d4..c9d89aa17546861d3325746491c0903d1a9018b6 100644 (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
index 7ea2657d8c88070392d949fb947d2a3b0e754e6a..6e389fa0102524e05baf15b2ac90109e08f9c7ee 100644 (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)
 {