Fix comment typos

This commit is contained in:
murgatroid99 2020-02-04 10:41:01 -08:00
parent f0e19f1d0d
commit 07fbfa0ac9
1 changed files with 2 additions and 2 deletions

View File

@ -236,10 +236,10 @@ export class ChannelImplementation implements Channel {
callStream callStream
); );
} catch (error) { } catch (error) {
/* An error here indicates thaat something when wrong with /* An error here indicates that something went wrong with
* the picked subchannel's http2 stream right before we * the picked subchannel's http2 stream right before we
* tried to start the stream. We are handling a promise * tried to start the stream. We are handling a promise
* result here, so this asynchronous with respect to the * result here, so this is asynchronous with respect to the
* original tryPick call, so calling it again is not * original tryPick call, so calling it again is not
* recursive. We call tryPick immediately instead of * recursive. We call tryPick immediately instead of
* queueing this pick again because handling the queue is * queueing this pick again because handling the queue is