Update language to comply with inclusive guidance

See https://source.android.com/setup/contribute/respectful-code for
reference

Bug: 161896447
Test: m nothing
Change-Id: Ib54185f2ef9666c7d82afc65fe7fc6bc7fdadfb5
This commit is contained in:
Patrice Arruda
2020-07-28 21:22:12 +00:00
parent 8ffde8c9d5
commit 8da724a64a

View File

@@ -429,7 +429,7 @@ func NewInputZipsManager(nInputZips, maxOpenZips int) *InputZipsManager {
if maxOpenZips < 3 {
panic(fmt.Errorf("open zips limit should be above 3"))
}
// In the dummy element .older points to the most recently opened InputZip, and .newer points to the oldest.
// In the fake element .older points to the most recently opened InputZip, and .newer points to the oldest.
head := new(ManagedInputZip)
head.older = head
head.newer = head