summaryrefslogtreecommitdiffstats
path: root/PRESUBMIT.py
diff options
context:
space:
mode:
Diffstat (limited to 'PRESUBMIT.py')
-rwxr-xr-xPRESUBMIT.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/PRESUBMIT.py b/PRESUBMIT.py
index e1b33a8..d73d566 100755
--- a/PRESUBMIT.py
+++ b/PRESUBMIT.py
@@ -92,7 +92,7 @@ def LocalChecks(input_api, output_api, max_cols=80):
eof_files.append(path)
local_errors = []
- # Remove EOL character.
+ # Remove end of line character.
lines = contents.splitlines()
line_num = 1
for line in lines: