Browse Source

fixed typo

dynamic-accesslists
denis 16 years ago
parent
commit
55d03b9a1b
  1. 2
      ot_mutex.c

2
ot_mutex.c

@ -59,7 +59,7 @@ static void bucket_remove( int bucket ) { @@ -59,7 +59,7 @@ static void bucket_remove( int bucket ) {
++i;
if( i == bucket_locklist_count ) {
fprintf( stderr, "Request to unlock bucket that was never lock. Consult source code.\n" );
fprintf( stderr, "Request to unlock bucket that was never locked. Consult source code.\n" );
return;
}

Loading…
Cancel
Save