public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r13-6068] Fix an accidental double space
@ 2023-02-15 22:01 Jan-Benedict Glaw
  0 siblings, 0 replies; only message in thread
From: Jan-Benedict Glaw @ 2023-02-15 22:01 UTC (permalink / raw)
  To: gcc-cvs

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;
     }
 }

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-02-15 22:01 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-15 22:01 [gcc r13-6068] Fix an accidental double space Jan-Benedict Glaw

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).