diff options
Diffstat (limited to 'gcc/config/bpf')
-rw-r--r-- | gcc/config/bpf/bpf.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/bpf/bpf.cc b/gcc/config/bpf/bpf.cc index b268801..d8693f8 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; } } |