aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;