[gcc r13-6068] Fix an accidental double space

Jan-Benedict Glaw jbglaw@gcc.gnu.org
Wed Feb 15 22:01:45 GMT 2023


https://gcc.gnu.org/g:d6d3de7170670f55825a28e84a9a89a17381a19f

commit r13-6068-gd6d3de7170670f55825a28e84a9a89a17381a19f
Author: Jan-Benedict Glaw <jbglaw@lug-owl.de>
Date:   Wed Feb 15 23:00:46 2023 +0100

    Fix an accidental double space
    
    gcc/
            * config/bpf/bpf.cc (bpf_option_override): Fix doubled space.

Diff:
---
 gcc/config/bpf/bpf.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/config/bpf/bpf.cc b/gcc/config/bpf/bpf.cc
index b268801d00c..d8693f8cfbe 100644
--- a/gcc/config/bpf/bpf.cc
+++ b/gcc/config/bpf/bpf.cc
@@ -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;
     }
 }


More information about the Gcc-cvs mailing list