Changeset 159

Show
Ignore:
Timestamp:
09/25/07 19:29:17
Author:
apokayi
Message:

fixed a typo

Files:

Legend:

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

    r132 r159  
    22 * The GWU Unified Testing Suite (GUTS)  
    33 * Latest modifications and integration to GUTS framework 
    4  * Last Update: 04/01/2007 
     4 * Last Update: 09/25/2007 
    55 *   
    66 * Copyright (C) 2007 ... Abdullah Kayi 
     
    9595                if(lock_attempt != 0)    
    9696                        GULA_FAIL("failed to block"); 
    97                 upc_unlock(lock1); 
     97                upc_unlock(lock2); 
    9898        } 
    9999