https://gcc.gnu.org/g:27e751f6e7f946b3f0ba26078f9908fda9f58256
commit r17-1121-g27e751f6e7f946b3f0ba26078f9908fda9f58256 Author: Dhruv Chawla <[email protected]> Date: Wed May 20 12:06:21 2026 +0000 pdp11: Fix typo in pdp11.cc Signed-off-by: Dhruv Chawla <[email protected]> gcc/ChangeLog: * config/pdp11/pdp11.cc (pdp11_insn_cost): Fix typo. Diff: --- 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 07800faecf8c..2824860a9b3d 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)) {
