aboutsummaryrefslogtreecommitdiff
path: root/gcc/cppcharset.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2003-10-05 13:09:48 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2003-10-05 13:09:48 +0000
commit0ee55ad88a745b42dc1466c5ae6360f83ba3c628 (patch)
treee7252e6b30d0314c0a91a10384c241b692dfaf01 /gcc/cppcharset.c
parent35222de242df6eb8698fda53c711915914639f68 (diff)
downloadgcc-0ee55ad88a745b42dc1466c5ae6360f83ba3c628.zip
gcc-0ee55ad88a745b42dc1466c5ae6360f83ba3c628.tar.gz
gcc-0ee55ad88a745b42dc1466c5ae6360f83ba3c628.tar.bz2
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
Diffstat (limited to 'gcc/cppcharset.c')
-rw-r--r--gcc/cppcharset.c2
1 files changed, 1 insertions, 1 deletions
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;