Commit fb0840fc by Kazu Hirata Committed by Kazu Hirata

* c-ppoutput.c, var-tracking.c: Fix comment typos.

From-SVN: r77448
parent 468c45a3
2004-02-07 Kazu Hirata <kazu@cs.umass.edu>
* c-ppoutput.c, var-tracking.c: Fix comment typos.
2004-02-06 James E Wilson <wilson@specifixinc.com> 2004-02-06 James E Wilson <wilson@specifixinc.com>
* config/ia64/linux.h (MD_FALLBACK_FRAME_STATE_FOR): Only define for * config/ia64/linux.h (MD_FALLBACK_FRAME_STATE_FOR): Only define for
......
...@@ -335,7 +335,7 @@ cb_include (cpp_reader *pfile ATTRIBUTE_UNUSED, fileline line, ...@@ -335,7 +335,7 @@ cb_include (cpp_reader *pfile ATTRIBUTE_UNUSED, fileline line,
} }
/* Callback called when -fworking-director and -E to emit working /* Callback called when -fworking-director and -E to emit working
diretory in cpp output file. */ directory in cpp output file. */
void void
pp_dir_change (cpp_reader *pfile ATTRIBUTE_UNUSED, const char *dir) pp_dir_change (cpp_reader *pfile ATTRIBUTE_UNUSED, const char *dir)
......
...@@ -455,7 +455,7 @@ insn_stack_adjust_offset_pre_post (rtx insn, HOST_WIDE_INT *pre, ...@@ -455,7 +455,7 @@ insn_stack_adjust_offset_pre_post (rtx insn, HOST_WIDE_INT *pre,
} }
} }
/* Compute stack adjustnment in basic block BB. */ /* Compute stack adjustment in basic block BB. */
static void static void
bb_stack_adjust_offset (basic_block bb) bb_stack_adjust_offset (basic_block bb)
...@@ -522,7 +522,7 @@ vt_stack_adjustments (void) ...@@ -522,7 +522,7 @@ vt_stack_adjustments (void)
edge *stack; edge *stack;
int sp; int sp;
/* Initialize enttry block. */ /* Initialize entry block. */
VTI (ENTRY_BLOCK_PTR)->visited = true; VTI (ENTRY_BLOCK_PTR)->visited = true;
VTI (ENTRY_BLOCK_PTR)->out.stack_adjust = 0; VTI (ENTRY_BLOCK_PTR)->out.stack_adjust = 0;
...@@ -2451,7 +2451,7 @@ vt_initialize (void) ...@@ -2451,7 +2451,7 @@ vt_initialize (void)
} }
} }
/* Add the nicro-operations to the array. */ /* Add the micro-operations to the array. */
VTI (bb)->mos = xmalloc (VTI (bb)->n_mos VTI (bb)->mos = xmalloc (VTI (bb)->n_mos
* sizeof (struct micro_operation_def)); * sizeof (struct micro_operation_def));
VTI (bb)->n_mos = 0; VTI (bb)->n_mos = 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment