summaryrefslogtreecommitdiff
path: root/src/compress/lzw/reader.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/compress/lzw/reader.go')
-rw-r--r--src/compress/lzw/reader.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compress/lzw/reader.go b/src/compress/lzw/reader.go
index 0835bd8b9..526620c82 100644
--- a/src/compress/lzw/reader.go
+++ b/src/compress/lzw/reader.go
@@ -11,7 +11,7 @@
// two non-literal codes are a clear code and an EOF code.
//
// The TIFF file format uses a similar but incompatible version of the LZW
-// algorithm. See the code.google.com/p/go.image/tiff/lzw package for an
+// algorithm. See the golang.org/x/image/tiff/lzw package for an
// implementation.
package lzw