Skip to content

Commit 0057a93

Browse files
cuishuanggopherbot
authored andcommitted
tiff: fix function name in comment
Change-Id: I33d53b519cd495e5b576ad5a3d142abb215a8b1e Reviewed-on: https://go-review.googlesource.com/c/image/+/579176 Reviewed-by: qiu laidongfeng2 <2645477756@qq.com> Auto-Submit: Ian Lance Taylor <iant@google.com> TryBot-Result: Gopher Robot <gobot@golang.org> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Ian Lance Taylor <iant@google.com> Run-TryBot: shuang cui <imcusg@gmail.com> Reviewed-by: Cherry Mui <cherryyz@google.com>
1 parent 9e190ae commit 0057a93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tiff/reader.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ var errNoPixels = FormatError("not enough pixel data")
4040

4141
const maxChunkSize = 10 << 20 // 10M
4242

43-
// safeReadtAt is a verbatim copy of internal/saferio.ReadDataAt from the
43+
// safeReadAt is a verbatim copy of internal/saferio.ReadDataAt from the
4444
// standard library, which is used to read data from a reader using a length
4545
// provided by untrusted data, without allocating the entire slice ahead of time
4646
// if it is large (>maxChunkSize). This allows us to avoid allocating giant

0 commit comments

Comments
 (0)