From c7bf1374eab287829a08f0ea9de1a89272473a44 Mon Sep 17 00:00:00 2001 From: kazu Date: Sat, 13 Dec 2003 04:11:23 +0000 Subject: * c-typeck.c: Fix comment typos. * calls.c: Likewise. * cfgcleanup.c: Likewise. * cgraph.h: Likewise. * dwarfout.c: Likewise. * emit-rtl.c: Likewise. * explow.c: Likewise. * expr.c: Likewise. * flow.c: Likewise. * function.c: Likewise. * gcc.c: Likewise. * ggc-zone.c: Likewise. * ifcvt.c: Likewise. * local-alloc.c: Likewise. * predict.c: Likewise. * pretty-print.c: Likewise. * profile.c: Likewise. * ra-colorize.c: Likewise. * sched-vis.c: Likewise. * stor-layout.c: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@74594 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/cgraph.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gcc/cgraph.h') diff --git a/gcc/cgraph.h b/gcc/cgraph.h index a37227e95c9..9540eccd937 100644 --- a/gcc/cgraph.h +++ b/gcc/cgraph.h @@ -75,7 +75,7 @@ struct cgraph_rtl_info GTY(()) }; -/* The cgraph data strutcture. +/* The cgraph data structure. Each function decl has assigned cgraph_node listing callees and callers. */ struct cgraph_node GTY((chain_next ("%h.next"), chain_prev ("%h.previous"))) @@ -122,7 +122,7 @@ struct cgraph_edge GTY(()) bool inline_call; }; -/* The cgraph_varpool data strutcture. +/* The cgraph_varpool data structure. Each static variable decl has assigned cgraph_varpool_node. */ struct cgraph_varpool_node GTY(()) -- cgit v1.2.1