From d91edf86b0cb904a88fc086d9580fcfa8ee53d3f Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Fri, 21 Nov 2003 06:52:23 +0000 Subject: ChangeLog.7: Fix comment typos. * ChangeLog.7: Fix comment typos. * c-common.c: Likewise. * c-pretty-print.c: Likewise. * cgraphunit.c: Likewise. * et-forest.h: Likewise. * expr.c: Likewise. * gcse.c: Likewise. * genautomata.c: Likewise. * genrecog.c: Likewise. * gensupport.c: Likewise. * ggc-zone.c: Likewise. * haifa-sched.c: Likewise. * ifcvt.c: Likewise. * loop.c: Likewise. * optabs.c: Likewise. * pretty-print.h: Likewise. * regrename.c: Likewise. * rtl.h: Likewise. * sched-rgn.c: Likewise. * target.h: Likewise. * value-prof.c: Likewise. * web.c: Likewise. From-SVN: r73795 --- gcc/pretty-print.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/pretty-print.h') diff --git a/gcc/pretty-print.h b/gcc/pretty-print.h index 80affe8..1691aec 100644 --- a/gcc/pretty-print.h +++ b/gcc/pretty-print.h @@ -234,7 +234,7 @@ struct pretty_print_info #define pp_buffer(PP) pp_base (PP)->buffer /* Clients that directly derive from pretty_printer need to override - this macro to return a pointer to the base pretty_printer structrure. */ + this macro to return a pointer to the base pretty_printer structure. */ #define pp_base(PP) (PP) extern void pp_construct (pretty_printer *, const char *, int); -- cgit v1.1