From 0ee55ad88a745b42dc1466c5ae6360f83ba3c628 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Sun, 5 Oct 2003 13:09:48 +0000 Subject: c-pretty-print.c: Fix comment formatting. * c-pretty-print.c: Fix comment formatting. * cfglayout.c: Likewise. * cfgloopanal.c: Likewise. * cppcharset.c: Likewise. * dbxout.c: Likewise. * ggc-page.c: Likewise. * ggc.h: Likewise. * target.h: Likewise. From-SVN: r72110 --- gcc/cppcharset.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/cppcharset.c') diff --git a/gcc/cppcharset.c b/gcc/cppcharset.c index a942408..6794cfe 100644 --- a/gcc/cppcharset.c +++ b/gcc/cppcharset.c @@ -93,7 +93,7 @@ Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /* This structure is used for a resizable string buffer throughout. */ /* Don't call it strbuf, as that conflicts with unistd.h on systems - such as DYNIX/ptx where unistd.h includes stropts.h. */ + such as DYNIX/ptx where unistd.h includes stropts.h. */ struct _cpp_strbuf { uchar *text; -- cgit v1.1