Changeset 157

Show
Ignore:
Timestamp:
09/25/07 18:49:47
Author:
apokayi
Message:

fixed the typos

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • guts_main/src/array_declarators.upc

    r152 r157  
    8888        pp = (int *) &A[BLOCKS * MYTHREAD]; 
    8989 
    90         for(i=0; i< BLOCKS; i++, p++) 
     90        for(i=0; i< BLOCKS; i++, pp++) 
    9191                *pp = MYTHREAD; 
    9292