summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/xyz_image.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xyz_image.cc b/src/xyz_image.cc
index 48ee6ad6..3183df33 100644
--- a/src/xyz_image.cc
+++ b/src/xyz_image.cc
@@ -72,7 +72,7 @@ XYZImage::~XYZImage ()
}
/** @param c Component index (0, 1 or 2)
- * @return Pointer to the data for component c; 12-bit values from 0-4095.
+ * @return Pointer to the data for component c.
*/
int *
XYZImage::data (int c) const