diff options
author | Thomas White <taw@physics.org> | 2011-10-05 13:55:04 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:38 +0100 |
commit | 1e94b9a89acc9d24a816e5b80ffd6ed97b91c2af (patch) | |
tree | 3061bba5776e46e06faeea87dacc79b1f418fecc /src | |
parent | 08e2e53599fc0a78d5f2c472a2ed0a8afe40b214 (diff) |
Fussiness
Diffstat (limited to 'src')
-rw-r--r-- | src/hrs-scaling.c | 2 |
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 ) { |