change typo in the comment

pull/6641/head
Jan Tattermusch 9 years ago
parent 013f5a7c40
commit 18ef23ee39
  1. 2
      src/csharp/Grpc.Core/Internal/AsyncCall.cs

@ -57,7 +57,7 @@ namespace Grpc.Core.Internal
// Completion of a pending unary response if not null.
TaskCompletionSource<TResponse> unaryResponseTcs;
// Indicates that steaming call has finished.
// Indicates that response streaming call has finished.
TaskCompletionSource<object> streamingCallFinishedTcs = new TaskCompletionSource<object>();
// Response headers set here once received.

Loading…
Cancel
Save