From 3beb240544bd7a7dc192c2c2fb343e924d5bece0 Mon Sep 17 00:00:00 2001
From: Jorge Canizales <jcanizales@google.com>
Date: Thu, 2 Jul 2015 01:30:33 -0700
Subject: [PATCH] Minor doc fix in BUILD and BUILD.template

---
 BUILD                    | 2 +-
 templates/BUILD.template | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/BUILD b/BUILD
index 8a827ff54e..b98c0883d5 100644
--- a/BUILD
+++ b/BUILD
@@ -1,5 +1,5 @@
 # GRPC Bazel BUILD file.
-# This currently builds C and C++ code.
+# This currently builds C, C++ and Objective-C code.
 # This file has been automatically generated from a template file.
 # Please look at the templates directory instead.
 # This file can be regenerated from the template by running
diff --git a/templates/BUILD.template b/templates/BUILD.template
index dffdc1dddd..4e9d8c376a 100644
--- a/templates/BUILD.template
+++ b/templates/BUILD.template
@@ -1,5 +1,5 @@
 # GRPC Bazel BUILD file.
-# This currently builds C and C++ code.
+# This currently builds C, C++ and Objective-C code.
 # This file has been automatically generated from a template file.
 # Please look at the templates directory instead.
 # This file can be regenerated from the template by running
-- 
GitLab