diff options
author | David G. Quintas <dgq@google.com> | 2015-09-03 09:39:29 -0700 |
---|---|---|
committer | David G. Quintas <dgq@google.com> | 2015-09-03 09:39:29 -0700 |
commit | e0f975bbacf380bc0dfd96747cfafa3bb78312d5 (patch) | |
tree | fdf2f1466f394008aebd93ee6e5dc18d6d9049c0 /src/core/surface | |
parent | aca3211b0f41aa862a424327de6d3a36e455a3c4 (diff) | |
parent | d6599a39e48b152eeb1b55d427fbe5f22817b663 (diff) |
Merge pull request #3227 from ctiller/yyy
Replicate C++ docs from master to beta branch
Diffstat (limited to 'src/core/surface')
-rw-r--r-- | src/core/surface/completion_queue.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/surface/completion_queue.h b/src/core/surface/completion_queue.h index 8de024aaea..74dc09e36e 100644 --- a/src/core/surface/completion_queue.h +++ b/src/core/surface/completion_queue.h @@ -34,7 +34,7 @@ #ifndef GRPC_INTERNAL_CORE_SURFACE_COMPLETION_QUEUE_H #define GRPC_INTERNAL_CORE_SURFACE_COMPLETION_QUEUE_H -/* Internal API for completion channels */ +/* Internal API for completion queues */ #include "src/core/iomgr/pollset.h" #include <grpc/grpc.h> |