summaryrefslogtreecommitdiff
path: root/src/pkg/image/jpeg/dct_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/pkg/image/jpeg/dct_test.go')
-rw-r--r--src/pkg/image/jpeg/dct_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pkg/image/jpeg/dct_test.go b/src/pkg/image/jpeg/dct_test.go
index 7389f7e4f..845e75887 100644
--- a/src/pkg/image/jpeg/dct_test.go
+++ b/src/pkg/image/jpeg/dct_test.go
@@ -90,7 +90,7 @@ func TestDCT(t *testing.T) {
}
}
-// differ returns whether any pair-wise elements in b0 and b1 differ by 2 or
+// differ reports whether any pair-wise elements in b0 and b1 differ by 2 or
// more. That tolerance is because there isn't a single definitive decoding of
// a given JPEG image, even before the YCbCr to RGB conversion; implementations
// can have different IDCT rounding errors.