From ada8cf8b54c4a5850540833a4a089c7bed36d1fe Mon Sep 17 00:00:00 2001 From: kazu Date: Tue, 6 Jan 2004 04:21:52 +0000 Subject: * config/sh/linux.h: Fix comment formatting. * config/sh/netbsd-elf.h: Likewise. * config/sh/sh.c: Likewise. * config/sh/sh.h: Likewise. * config/sh/vxworks.h: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75462 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/config/sh/vxworks.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/config/sh/vxworks.h') diff --git a/gcc/config/sh/vxworks.h b/gcc/config/sh/vxworks.h index 61c3236967f..4201028bb0d 100644 --- a/gcc/config/sh/vxworks.h +++ b/gcc/config/sh/vxworks.h @@ -32,7 +32,7 @@ Boston, MA 02111-1307, USA. */ #define LIB_SPEC "" /* VxWorks uses object files, not loadable images. Make the linker just - combine objects. */ + combine objects. */ #undef LINK_SPEC #define LINK_SPEC "-r" -- cgit v1.2.1