aboutsummaryrefslogtreecommitdiffhomepage
path: root/bazel
diff options
context:
space:
mode:
authorGravatar yang-g <yangg@google.com>2018-03-22 09:40:45 -0700
committerGravatar yang-g <yangg@google.com>2018-03-22 09:40:45 -0700
commit69d7a0364a9ec10567453e3e522506db5dbe5558 (patch)
tree2d9f688a5a2cc9c0062cda44dd328d5a0737bff3 /bazel
parent502ba748680cf58727fb08628231854d04c89103 (diff)
Update comment
Diffstat (limited to 'bazel')
-rw-r--r--bazel/cc_grpc_library.bzl2
1 files changed, 1 insertions, 1 deletions
diff --git a/bazel/cc_grpc_library.bzl b/bazel/cc_grpc_library.bzl
index dfa5e3011a..5216a7a44b 100644
--- a/bazel/cc_grpc_library.bzl
+++ b/bazel/cc_grpc_library.bzl
@@ -16,7 +16,7 @@ def cc_grpc_library(name, srcs, deps, proto_only, well_known_protos, generate_mo
protos
use_external: When True the grpc deps are prefixed with //external. This
allows grpc to be used as a dependency in other bazel projects.
- generate_mocks: When true GMOCk code for client stub is generated.
+ generate_mocks: When True, Google Mock code for client stub is generated.
**kwargs: rest of arguments, e.g., compatible_with and visibility.
"""
if len(srcs) > 1: