diff options
author | denis <> | 2008-10-28 00:30:08 +0000 |
---|---|---|
committer | denis <> | 2008-10-28 00:30:08 +0000 |
commit | 55d03b9a1b7344fde72b5474734ea53ff766d1d4 (patch) | |
tree | 02c4068898a2505182db32e6070ee050185586e0 /ot_mutex.c | |
parent | 39ed6a058be7d21023470a3615f873527205785f (diff) |
fixed typo
Diffstat (limited to 'ot_mutex.c')
-rw-r--r-- | ot_mutex.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -59,7 +59,7 @@ static void bucket_remove( int bucket ) { | |||
59 | ++i; | 59 | ++i; |
60 | 60 | ||
61 | if( i == bucket_locklist_count ) { | 61 | if( i == bucket_locklist_count ) { |
62 | fprintf( stderr, "Request to unlock bucket that was never lock. Consult source code.\n" ); | 62 | fprintf( stderr, "Request to unlock bucket that was never locked. Consult source code.\n" ); |
63 | return; | 63 | return; |
64 | } | 64 | } |
65 | 65 | ||