From 155ed511cf8bb7ca99d663c333292d5b6796a2d7 Mon Sep 17 00:00:00 2001 From: Sandra Loosemore Date: Wed, 9 Jan 2019 16:44:56 -0500 Subject: PR other/16615 [4/5] 2019-01-09 Sandra Loosemore PR other/16615 [4/5] gcc/ * config/pa/pa.c: Change "can not" to "cannot". * gimple-ssa-evrp-analyze.c: Likewise. * ipa-icf.c: Likewise. * ipa-polymorphic-call.c: Likewise. * ipa-pure-const.c: Likewise. * lra-constraints.c: Likewise. * lra-remat.c: Likewise. * reload1.c: Likewise. * reorg.c: Likewise. * tree-ssa-uninit.c: Likewise. gcc/ada/ * exp_ch11.adb: Change "can not" to "cannot". * sem_ch4.adb: Likewise. gcc/fortran/ * expr.c: Change "can not" to "cannot". libobjc/ * objc/runtime.h: Change "can not" to "cannot". From-SVN: r267786 --- gcc/ada/sem_ch4.adb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gcc/ada/sem_ch4.adb') diff --git a/gcc/ada/sem_ch4.adb b/gcc/ada/sem_ch4.adb index 35df59d..2c40011 100644 --- a/gcc/ada/sem_ch4.adb +++ b/gcc/ada/sem_ch4.adb @@ -1908,8 +1908,8 @@ package body Sem_Ch4 is while Present (Op_Id) loop if Ekind (Op_Id) = E_Operator then - -- Do not consider operators declared in dead code, they can - -- not be part of the resolution. + -- Do not consider operators declared in dead code, they + -- cannot be part of the resolution. if Is_Eliminated (Op_Id) then null; -- cgit v1.1