From 7a1929e1dce250f3f6991c995035d32cc3b650e3 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Thu, 1 Nov 2001 14:49:33 +0000 Subject: 3b1.h: Fix comment formatting. * config/m68k/3b1.h: Fix comment formatting. * config/m68k/3b1g.h: Likewise. * config/m68k/a-ux.h: Likewise. * config/m68k/amix.h: Likewise. * config/m68k/apollo68.h: Likewise. * config/m68k/atari.h: Likewise. * config/m68k/aux-exit.c: Likewise. * config/m68k/ccur-GAS.h: Likewise. * config/m68k/crds.h: Likewise. * config/m68k/dpx2.h: Likewise. * config/m68k/dpx2g.h: Likewise. * config/m68k/hp310.h: Likewise. * config/m68k/hp320.h: Likewise. * config/m68k/isi.h: Likewise. * config/m68k/linux.h: Likewise. * config/m68k/lynx.h: Likewise. * config/m68k/m68k-psos.h: Likewise. * config/m68k/m68k.c: Likewise. * config/m68k/m68k.h: Likewise. * config/m68k/m68k.md: Likewise. * config/m68k/m68kelf.h: Likewise. * config/m68k/m68kv4.h: Likewise. * config/m68k/mot3300.h: Likewise. * config/m68k/news.h: Likewise. * config/m68k/next.h: Likewise. * config/m68k/pbb.h: Likewise. * config/m68k/plexus.h: Likewise. * config/m68k/sgs.h: Likewise. * config/m68k/sun3.h: Likewise. * config/m68k/tower.h: Likewise. * config/m68k/vxm68k.h: Likewise. From-SVN: r46692 --- gcc/config/m68k/aux-exit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/config/m68k/aux-exit.c') diff --git a/gcc/config/m68k/aux-exit.c b/gcc/config/m68k/aux-exit.c index 1d7d6c0fd80..b6619d9ece5 100644 --- a/gcc/config/m68k/aux-exit.c +++ b/gcc/config/m68k/aux-exit.c @@ -84,7 +84,7 @@ void exit(int status) if (block == &atexit_fns) break; /* I know what you are thinking -- we are about to exit, why free? - Because it is friendly to memory leak detectors, that's why. */ + Because it is friendly to memory leak detectors, that's why. */ old_block = block; block = block->next; free(old_block); -- cgit v1.2.1