aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests/sanity
diff options
context:
space:
mode:
authorGravatar ncteisen <ncteisen@gmail.com>2018-05-15 13:55:24 -0700
committerGravatar ncteisen <ncteisen@gmail.com>2018-05-15 13:55:24 -0700
commitf02d33cd8e5e74d8f1a31beb62048b46c1138505 (patch)
tree10cd754f9d3b29dbb2b73449106d7e33be142726 /tools/run_tests/sanity
parentbd11a12169dad9b4e0131bdf09732e771b600e5e (diff)
Clean up phrasing from a hastily written comment
Diffstat (limited to 'tools/run_tests/sanity')
-rwxr-xr-xtools/run_tests/sanity/core_banned_functions.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/run_tests/sanity/core_banned_functions.py b/tools/run_tests/sanity/core_banned_functions.py
index e7eb8e3909..1d3f2eba8a 100755
--- a/tools/run_tests/sanity/core_banned_functions.py
+++ b/tools/run_tests/sanity/core_banned_functions.py
@@ -65,8 +65,8 @@ for root, dirs, files in os.walk('src/core'):
errors += 1
assert errors == 0
-# this check comes about from this issue:
+# This check comes about from this issue:
# https://github.com/grpc/grpc/issues/15381
-# basically, a change rendered this script useless and we did not realize.
-# This dumb check ensures that type of issue doesn't occur again.
+# Basically, a change rendered this script useless and we did not realize it.
+# This dumb check ensures that this type of issue doesn't occur again.
assert num_files > 300 # we definitely have more than 300 files