]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Fix an accidental double space
authorJan-Benedict Glaw <jbglaw@lug-owl.de>
Wed, 15 Feb 2023 22:00:46 +0000 (23:00 +0100)
committerJan-Benedict Glaw <jbglaw@lug-owl.de>
Wed, 15 Feb 2023 22:00:46 +0000 (23:00 +0100)
gcc/
* config/bpf/bpf.cc (bpf_option_override): Fix doubled space.

gcc/config/bpf/bpf.cc

index b268801d00c784e2ef9e47265e5e92c7c90a0722..d8693f8cfbec7fed3963df51950640cf05b73bb7 100644 (file)
@@ -258,7 +258,7 @@ bpf_option_override (void)
     {
       inform (input_location,
               "%<-fstack-protector%> does not work "
-              " on this architecture");
+             "on this architecture");
       flag_stack_protect = 0;
     }
 }