diff options
author | Richard Stallman <rms@gnu.org> | 1992-07-08 22:11:20 +0000 |
---|---|---|
committer | Richard Stallman <rms@gnu.org> | 1992-07-08 22:11:20 +0000 |
commit | 00b0e2a77eb26ae4a0e0302e3a81b7b6d0c95b33 (patch) | |
tree | 242eeded2f9fd2293d0550d6804546b434f29f74 /gcc | |
parent | 8ef63e6259422264b8ce8ff074db8e70628d31b1 (diff) | |
download | gcc-00b0e2a77eb26ae4a0e0302e3a81b7b6d0c95b33.zip gcc-00b0e2a77eb26ae4a0e0302e3a81b7b6d0c95b33.tar.gz gcc-00b0e2a77eb26ae4a0e0302e3a81b7b6d0c95b33.tar.bz2 |
fix typo in comment.
From-SVN: r1528
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/m68k/mot3300.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/m68k/mot3300.h b/gcc/config/m68k/mot3300.h index 4501e43..b7fcedc 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" |