diff options
Diffstat (limited to 'src/image.h')
-rw-r--r-- | src/image.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/image.h b/src/image.h index e0c190f2..69c36de8 100644 --- a/src/image.h +++ b/src/image.h @@ -85,7 +85,7 @@ struct image { int width; int height; - /* Reflections (used for scaling ONLY) */ + /* Integrated (or about-to-be-integrated) reflections */ RefList *reflections; /* Detected peaks */ |