diff options
Diffstat (limited to 'gcc/ada/mlib-tgt-hpux.adb')
-rw-r--r-- | gcc/ada/mlib-tgt-hpux.adb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/mlib-tgt-hpux.adb b/gcc/ada/mlib-tgt-hpux.adb index 5141f557597..c00bd9b2dc3 100644 --- a/gcc/ada/mlib-tgt-hpux.adb +++ b/gcc/ada/mlib-tgt-hpux.adb @@ -83,7 +83,7 @@ package body MLib.Tgt.Specific is -- Common set of options to the gcc command performing the link. -- On HPUX, this command eventually resorts to collect2, which may -- generate a C file and compile it on the fly. This compilation shall - -- also generate position independant code for the final link to + -- also generate position independent code for the final link to -- succeed. begin if Opt.Verbose_Mode then |