aboutsummaryrefslogtreecommitdiff
path: root/gcc/go/gospec.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/go/gospec.c')
-rw-r--r--gcc/go/gospec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/go/gospec.c b/gcc/go/gospec.c
index 4654898c69d..9ccbe75df44 100644
--- a/gcc/go/gospec.c
+++ b/gcc/go/gospec.c
@@ -386,7 +386,7 @@ lang_specific_driver (struct cl_decoded_option **in_decoded_options,
relative ordering of -lpthread and -lgcc, we can't just mark
__real_pthread_create in libgcc as non-weak. But we need to link in
pthread_create from pthread if we are statically linking, so we work-
- around by passing -u pthread_create to to the linker. */
+ around by passing -u pthread_create to the linker. */
if (static_link)
{
generate_option (OPT_Wl_, "-u,pthread_create", 1, CL_DRIVER,