app: fix comment in gimp_image_convert_precision()

This commit is contained in:
Michael Natterer
2012-05-05 21:41:20 +02:00
parent d198c9d85c
commit 861ea7c354

View File

@ -88,7 +88,7 @@ gimp_image_convert_precision (GimpImage *image,
gimp_image_undo_group_start (image, GIMP_UNDO_GROUP_IMAGE_CONVERT,
undo_desc);
/* Push the image type to the stack */
/* Push the image precision to the stack */
gimp_image_undo_push_image_precision (image, NULL);
/* Set the new precision */