From: Dhruv Chawla <[email protected]>

Signed-off-by: Dhruv Chawla <[email protected]>

gcc/ChangeLog:

        * config/pdp11/pdp11.cc (pdp11_insn_cost): Fix typo.
---
 gcc/config/pdp11/pdp11.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/config/pdp11/pdp11.cc b/gcc/config/pdp11/pdp11.cc
index 07800faecf8..2824860a9b3 100644
--- a/gcc/config/pdp11/pdp11.cc
+++ b/gcc/config/pdp11/pdp11.cc
@@ -1228,7 +1228,7 @@ pdp11_insn_cost (rtx_insn *insn, bool speed)
     default:
       break;
     }
-  /* There are some other cases where souce and dest are distinct.  */
+  /* There are some other cases where source and dest are distinct.  */
   if (FLOAT_MODE_P (mode) &&
       (op == FLOAT_TRUNCATE || op == FLOAT_EXTEND || op == FIX || op == FLOAT))
     {
-- 
2.43.0

Reply via email to