Merge pull request #81820 from hwdef/fix-typo-build/platforms.bzl

fix typo in build/platforms.bzl
This commit is contained in:
Kubernetes Prow Robot 2019-08-26 16:42:41 -07:00 committed by GitHub
commit db4cfca869
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -144,7 +144,7 @@ def _update_dict_for_platform_category(d, value, platforms, only_os = None):
#
# This macro produces a dictionary where each of the platform categories
# (client, node, server, test, all) is enumerated and filled in
# the the provided arguments as the values.
# with the provided arguments as the values.
#
# For example, a filegroup might want to include one binary for all client
# platforms and another binary for server platforms. The client and server