init spelling

This commit is contained in:
Vítor Santos Costa 2015-11-05 16:36:55 +00:00
parent f758ac2fe4
commit 7034d7b307
2 changed files with 2 additions and 2 deletions

View File

@ -51,7 +51,7 @@ LoadForeign( StringList ofiles, StringList libs,
char *proc_name, YapInitProc *init_proc ) char *proc_name, YapInitProc *init_proc )
{ {
/* *init_proc is initialised to NULL in load_foreign.c */ /* *init_proc is initialized to NULL in load_foreign.c */
int init_missing = -1; int init_missing = -1;
int n, i; int n, i;

View File

@ -139,7 +139,7 @@ p_setarg( USES_REGS1 )
*/ */
/* create and initialise a new timed var. The problem is: how to set /* create and initialize a new timed var. The problem is: how to set
the clock? the clock?
If I give it the current value of B->TR, we may have trouble if no If I give it the current value of B->TR, we may have trouble if no