about summary refs log tree commit diff
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2011-08-28 20:05:04 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2011-08-28 20:05:04 +0000
commit4b04b3e67fe370e0229f24d50c7a90112bd43d18 (patch)
tree9a6868e89584fc0aa7ff2f922246bdf5d43a3a54
parenta0135e5b5536a35b2d42df5a7ecd95651081f505 (diff)
downloadnetpbm-mirror-4b04b3e67fe370e0229f24d50c7a90112bd43d18.tar.gz
netpbm-mirror-4b04b3e67fe370e0229f24d50c7a90112bd43d18.tar.xz
netpbm-mirror-4b04b3e67fe370e0229f24d50c7a90112bd43d18.zip
fix comment
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@1563 9d0c8265-081b-0410-96cb-a4ca84ce46f8
-rw-r--r--editor/pbmclean.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/pbmclean.c b/editor/pbmclean.c
index 5ef25b7f..c5f8ffe8 100644
--- a/editor/pbmclean.c
+++ b/editor/pbmclean.c
@@ -539,7 +539,7 @@ queueNeighbors(pm_pixelcoord const center,
    Add to queue *queueP all the pixels in 'pixels' that touch 'center' and are
    the same color as 'center'.
 
-   But ignore pixels that 'visited' says have already been queued and we
+   But ignore pixels that 'visited' says have already been queued and
    mark everything we queue as visited.
 -----------------------------------------------------------------------------*/
     bit const blobColor = pixels[center.row][center.col];