gcc-changelog: Improve error text for overlong ChangeLog lines
authorJonathan Wakely <jwakely@redhat.com>
Tue, 2 Jun 2020 10:18:21 +0000 (11:18 +0100)
committerJonathan Wakely <jwakely@redhat.com>
Tue, 2 Jun 2020 10:18:21 +0000 (11:18 +0100)
commit6fb93242cbf9b8bd8595472790303d1930e227d9
tree4ecd1cea386e74179fcb8513b0be7aa715888c95
parent9127b5239871fb1e16f26abb17081599b38a4d53
gcc-changelog: Improve error text for overlong ChangeLog lines

This error is wrong, the line is what exceeds LINE_LIMIT characters, the
limit doesn't exceed itself.

contrib/ChangeLog:

* gcc-changelog/git_commit.py (GitCommit.parse_changelog): Fix
grammar.
contrib/gcc-changelog/git_commit.py