diff options
author | gVisor bot <gvisor-bot@google.com> | 2021-09-20 19:20:56 +0000 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2021-09-20 19:20:56 +0000 |
commit | 2f4b284ba501129fcf4a4023695ea5d65f25b1cc (patch) | |
tree | 17ef4f4baffcbf53393f9dae886350707f0c181b /pkg/p9 | |
parent | 453feae0e363ce6f8de82f1c2af107a001c37709 (diff) | |
parent | 5951ec5bce17e7696d2fd53ce384839555dd3c79 (diff) |
Merge release-20210906.0-48-g5951ec5bc (automated)
Diffstat (limited to 'pkg/p9')
-rw-r--r-- | pkg/p9/client.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/p9/client.go b/pkg/p9/client.go index eb496f02f..d618da820 100644 --- a/pkg/p9/client.go +++ b/pkg/p9/client.go @@ -115,7 +115,7 @@ type Client struct { // channels is the set of all initialized channels. channels []*channel - // availableChannels is a FIFO of inactive channels. + // availableChannels is a LIFO of inactive channels. availableChannels []*channel // -- below corresponds to sendRecvLegacy -- |