diff options
author | jcole@tetra.spaceapes.com <> | 2001-02-01 06:25:51 -0600 |
---|---|---|
committer | jcole@tetra.spaceapes.com <> | 2001-02-01 06:25:51 -0600 |
commit | 3634353e601fb892cd78d61f2c9e30fc066606a4 (patch) | |
tree | 98bfb4ece1b6a4159517fbff6c241042a793dc73 /mysys/thr_lock.c | |
parent | faeb9896bd5d0bade82063ced1541e6d7f60af88 (diff) | |
download | mariadb-git-3634353e601fb892cd78d61f2c9e30fc066606a4.tar.gz |
Changes prompted by manual comments.
Diffstat (limited to 'mysys/thr_lock.c')
-rw-r--r-- | mysys/thr_lock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysys/thr_lock.c b/mysys/thr_lock.c index 348c7bae74f..2e20d3e24c0 100644 --- a/mysys/thr_lock.c +++ b/mysys/thr_lock.c @@ -1189,7 +1189,7 @@ static void *test_thread(void *arg) thr_multi_unlock(multi_locks,lock_counts[param]); } - printf("Tread %s (%d) ended\n",my_thread_name(),param); fflush(stdout); + printf("Thread %s (%d) ended\n",my_thread_name(),param); fflush(stdout); thr_print_locks(); pthread_mutex_lock(&LOCK_thread_count); thread_count--; |