commit | e119a5c554e92b3f1c5d9e49c75abe99d6ad244f | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Tue Jul 28 23:37:52 2020 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Jul 28 23:37:52 2020 +0000 |
tree | d5b0000d7f5eaf567de96a7e4b3d78c58c978e6f | |
parent | 9326ba770cb0b7469125235ebb2d16845f1f5831 [diff] | |
parent | 358d8fd56bd0ec3923eeccb329eb1acffe080a03 [diff] |
Merge "Inclusive fix: change the word dummy to fake in zip_test.go"
diff --git a/third_party/zip/zip_test.go b/third_party/zip/zip_test.go index 7373660..559c914 100644 --- a/third_party/zip/zip_test.go +++ b/third_party/zip/zip_test.go
@@ -219,7 +219,7 @@ } } -// fakeHash32 is a dummy Hash32 that always returns 0. +// fakeHash32 is a fake Hash32 that always returns 0. type fakeHash32 struct { hash.Hash32 }