summaryrefslogtreecommitdiff
path: root/wipesides.go
diff options
context:
space:
mode:
Diffstat (limited to 'wipesides.go')
-rw-r--r--wipesides.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/wipesides.go b/wipesides.go
index ebfb24f..26b7d25 100644
--- a/wipesides.go
+++ b/wipesides.go
@@ -149,7 +149,7 @@ func toonarrow(img *image.Gray, lowedge int, highedge int, min int) bool {
return false
}
-// func sideways flips an image by sideways
+// sideways flips an image sideways
func sideways(img *image.Gray) *image.Gray {
b := img.Bounds()
newb := image.Rect(b.Min.Y, b.Min.X, b.Max.Y, b.Max.X)