diff options
Diffstat (limited to 'gcc/config/libgloss.h')
-rw-r--r-- | gcc/config/libgloss.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/libgloss.h b/gcc/config/libgloss.h index 3f9bf6c9ef2..9abb4d6d278 100644 --- a/gcc/config/libgloss.h +++ b/gcc/config/libgloss.h @@ -29,7 +29,7 @@ Boston, MA 02111-1307, USA. */ /* This file used to force LINK_SPEC to be the null string, but that is not correct. LINK_SPEC is used to pass machine specific arguments to the - linker and hence can not be redefined here. LINK_SPEC is never used to + linker and hence cannot be redefined here. LINK_SPEC is never used to specify startup files or libraries, so it should never conflict with libgloss. */ |