From 1e94b9a89acc9d24a816e5b80ffd6ed97b91c2af Mon Sep 17 00:00:00 2001 From: Thomas White Date: Wed, 5 Oct 2011 13:55:04 +0200 Subject: Fussiness --- src/hrs-scaling.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hrs-scaling.c b/src/hrs-scaling.c index a3d54656..5349e577 100644 --- a/src/hrs-scaling.c +++ b/src/hrs-scaling.c @@ -218,7 +218,7 @@ static void run_merge_job(void *vwargs, int cookie) if ( !get_scalable(refl) ) continue; get_indices(refl, &h, &k, &l); - /* FIXME (somehow): Huge contention on this lock */ + /* FIXME (somehow): Huge contention on this lock */ pthread_mutex_lock(wargs->full_lock); f = find_refl(full, h, k, l); if ( f == NULL ) { -- cgit v1.2.3