diff options
Diffstat (limited to 'gcc/config/sparc/sparc.c')
-rw-r--r-- | gcc/config/sparc/sparc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/sparc/sparc.c b/gcc/config/sparc/sparc.c index dec8b8c9389..2807add2849 100644 --- a/gcc/config/sparc/sparc.c +++ b/gcc/config/sparc/sparc.c @@ -2868,7 +2868,7 @@ load_pic_register () if (! flag_pic) abort (); - /* If we havn't emitted the special get_pc helper function, do so now. */ + /* If we haven't emitted the special get_pc helper function, do so now. */ if (get_pc_symbol_name[0] == 0) { int align; |