From 0fa8d7177f7a34abc8d7a458a0fd2f7fd523812d Mon Sep 17 00:00:00 2001 From: hwdef Date: Fri, 23 Aug 2019 09:35:23 +0800 Subject: [PATCH] fix typo in build/platforms.bzl --- build/platforms.bzl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/platforms.bzl b/build/platforms.bzl index 0a6c8e4fba8..992ee84d5a6 100644 --- a/build/platforms.bzl +++ b/build/platforms.bzl @@ -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