aboutsummaryrefslogtreecommitdiff
path: root/src/check_hkl.c
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2010-11-16 12:14:39 +0100
committerThomas White <taw@physics.org>2012-02-22 15:27:05 +0100
commita3ce4d1e8356f50e355e71547becfcdc2348be3e (patch)
tree5ed48d0596be4b14fbfb8e63f7062004c9210587 /src/check_hkl.c
parentbfcf01e495f15f2ec7b3d6b6cc427bf9fb228072 (diff)
Fussiness
Diffstat (limited to 'src/check_hkl.c')
-rw-r--r--src/check_hkl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/check_hkl.c b/src/check_hkl.c
index 449dfa87..0870ee69 100644
--- a/src/check_hkl.c
+++ b/src/check_hkl.c
@@ -177,7 +177,7 @@ static void plot_shells(const double *ref1, ReflItemList *items, UnitCell *cell,
}
free(counted);
- /* Characterise the first data set (only) */
+ /* Characterise the data set */
for ( i=0; i<num_items(items); i++ ) {
struct refl_item *it;