about summary refs log tree commit diff
path: root/editor
diff options
context:
space:
mode:
Diffstat (limited to 'editor')
-rw-r--r--editor/pnmcrop.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/editor/pnmcrop.c b/editor/pnmcrop.c
index f07340eb..f41e67bd 100644
--- a/editor/pnmcrop.c
+++ b/editor/pnmcrop.c
@@ -1128,7 +1128,8 @@ extremeCrops(struct CmdlineInfo const cmdline,
              unsigned int       const cols,
              unsigned int       const rows) {
 /*----------------------------------------------------------------------------
-   Crops that crop as much as possible, reducing output to a single pixel.
+   Crops that crop as much as possible, reducing output to a single
+   row, column, or pixel.
 -----------------------------------------------------------------------------*/
     CropSet retval;