core: Make RPC buffering comment more clear

It wasn't entirely clear what "it" referred to.
This commit is contained in:
Eric Anderson 2024-05-28 12:45:45 -07:00
parent 75fa441fc9
commit 107fdb4b7c
1 changed files with 1 additions and 1 deletions

View File

@ -140,7 +140,7 @@ final class DelayedClientTransport implements ManagedClientTransport {
}
}
// This picker's conclusion is "buffer". If there hasn't been a newer picker set (possible
// race with reprocess()), we will buffer it. Otherwise, will try with the new picker.
// race with reprocess()), we will buffer the RPC. Otherwise, will try with the new picker.
synchronized (lock) {
PickerState newerState = pickerState;
if (state == newerState) {