]> gcc.gnu.org Git - gcc.git/commit
Spelling fix - cannott -> cannot [PR104899]
authorJakub Jelinek <jakub@redhat.com>
Mon, 14 Mar 2022 09:40:47 +0000 (10:40 +0100)
committerJakub Jelinek <jakub@redhat.com>
Mon, 14 Mar 2022 09:40:47 +0000 (10:40 +0100)
commitb42446716607992655e967fddc36a672e52fe156
treeb8d3e6cfee6d4eda613bea846102afab07becafa
parent823b3b79cd2b137f1023742ee1ba93e8712cef0a
Spelling fix - cannott -> cannot [PR104899]

This fixes typos and while changing that, also uses %< %> around attribute
names and fixes up formatting.

2022-03-14  Jakub Jelinek  <jakub@redhat.com>

PR other/104899
* config/bfin/bfin.cc (bfin_handle_longcall_attribute): Fix a typo
in diagnostic message - cannott -> cannot.  Use %< and %> around
names of attribute.  Avoid too long line.
* range-op.cc (operator_logical_and::op1_range): Fix up a typo
in comment - cannott -> cannot.  Use 2 spaces after . instead of one.
gcc/config/bfin/bfin.cc
gcc/range-op.cc
This page took 0.051439 seconds and 5 git commands to generate.