summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ot_mutex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ot_mutex.c b/ot_mutex.c
index 5f51299..fb24fe7 100644
--- a/ot_mutex.c
+++ b/ot_mutex.c
@@ -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