Fix a typo:
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>
Fri, 24 Apr 1998 06:27:03 +0000 (06:27 +0000)
committerKaveh Ghazi <ghazi@gcc.gnu.org>
Fri, 24 Apr 1998 06:27:03 +0000 (06:27 +0000)
commit753a73c846c3675638b1fa4610c0360e2acd70ec
tree7a1bf1ad981da5b5b8419d0a9afcf1b3e6e91e75
parentb9e5c220825d76959997695cde171e42b49e0f29
Fix a typo:

* c-common.c (check_format_info): Don't check for the 'x' format
character twice, instead check for 'x' and 'X'

From-SVN: r19396
gcc/ChangeLog
gcc/c-common.c