summaryrefslogtreecommitdiff
path: root/gcc/cgraphunit.c
diff options
context:
space:
mode:
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2007-01-31 03:45:38 +0000
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2007-01-31 03:45:38 +0000
commit0d42444097d8eae1770b26ae9dec36a78ce7a806 (patch)
treedd7705242a6f3829eaaeda8c5fd84385708e0595 /gcc/cgraphunit.c
parent019b84d1d5168ba85bbb03100a8d21c626b08d50 (diff)
downloadgcc-0d42444097d8eae1770b26ae9dec36a78ce7a806.tar.gz
* cgraphunit.c, config/arm/arm.c, config/m68k/m68k.c,
ipa-inline.c, tree-profile.c, tree-ssa-live.c, tree-ssa-math-opts.c, tree-ssanames.c, tree-vect-analyze.c, value-prof.c: Fix comment typos. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@121374 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cgraphunit.c')
-rw-r--r--gcc/cgraphunit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cgraphunit.c b/gcc/cgraphunit.c
index c4cf9e92580..892e952e238 100644
--- a/gcc/cgraphunit.c
+++ b/gcc/cgraphunit.c
@@ -783,7 +783,7 @@ process_function_and_variable_attributes (struct cgraph_node *first,
/* Process CGRAPH_NODES_NEEDED queue, analyze each function (and transitively
each reachable functions) and build cgraph.
The function can be called multiple times after inserting new nodes
- into beggining of queue. Just the new part of queue is re-scanned then. */
+ into beginning of queue. Just the new part of queue is re-scanned then. */
static void
cgraph_analyze_functions (void)