https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82681

            Bug ID: 82681
           Summary: c-warn.c:1218: typo in warning message
           Product: gcc
           Version: 8.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c
          Assignee: unassigned at gcc dot gnu.org
          Reporter: dcb314 at hotmail dot com
  Target Milestone: ---

$ fgrep -n chages */*.c
c-family/c-warn.c:1218:             "chages value from %qE to %qE",
c-family/c-warn.c:1223:             "chages the value of %qE",
$ 

Should be "changes", shouldn't it ?

svn blame says:

$ svn blame c-family/c-warn.c | fgrep chages
248431     msebor                   "chages value from %qE to %qE",
248431     msebor                   "chages the value of %qE",
$

Reply via email to