From: Richard Stallman Date: Wed, 8 Jul 1992 22:11:20 +0000 (+0000) Subject: fix typo in comment. X-Git-Tag: misc/cutover-egcs-0~12403 X-Git-Url: https://gcc.gnu.org/git/?a=commitdiff_plain;h=00b0e2a77eb26ae4a0e0302e3a81b7b6d0c95b33;p=gcc.git fix typo in comment. From-SVN: r1528 --- diff --git a/gcc/config/m68k/mot3300.h b/gcc/config/m68k/mot3300.h index 4501e43fda3..b7fcedc7a09 100644 --- a/gcc/config/m68k/mot3300.h +++ b/gcc/config/m68k/mot3300.h @@ -61,7 +61,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #define TARGET_MEM_FUNCTIONS -/ * size_t is unsigned int. */ +/* size_t is unsigned int. */ #define SIZE_TYPE "unsigned int"