+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>
* config/ia64/linux.h (MD_FALLBACK_FRAME_STATE_FOR): Only define for
}
/* Callback called when -fworking-director and -E to emit working
- diretory in cpp output file. */
+ directory in cpp output file. */
void
pp_dir_change (cpp_reader *pfile ATTRIBUTE_UNUSED, const char *dir)
}
}
-/* Compute stack adjustnment in basic block BB. */
+/* Compute stack adjustment in basic block BB. */
static void
bb_stack_adjust_offset (basic_block bb)
edge *stack;
int sp;
- /* Initialize enttry block. */
+ /* Initialize entry block. */
VTI (ENTRY_BLOCK_PTR)->visited = true;
VTI (ENTRY_BLOCK_PTR)->out.stack_adjust = 0;
}
}
- /* Add the nicro-operations to the array. */
+ /* Add the micro-operations to the array. */
VTI (bb)->mos = xmalloc (VTI (bb)->n_mos
* sizeof (struct micro_operation_def));
VTI (bb)->n_mos = 0;