aboutsummaryrefslogtreecommitdiff
path: root/src/hrs-scaling.c
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2011-10-05 13:55:04 +0200
committerThomas White <taw@physics.org>2012-02-22 15:27:38 +0100
commit1e94b9a89acc9d24a816e5b80ffd6ed97b91c2af (patch)
tree3061bba5776e46e06faeea87dacc79b1f418fecc /src/hrs-scaling.c
parent08e2e53599fc0a78d5f2c472a2ed0a8afe40b214 (diff)
Fussiness
Diffstat (limited to 'src/hrs-scaling.c')
-rw-r--r--src/hrs-scaling.c2
1 files changed, 1 insertions, 1 deletions
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 ) {