From: Richard Stallman Date: Fri, 19 Mar 1993 08:44:43 +0000 (+0000) Subject: (digest_init): Typo in last change. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=337633f9c613670b07b4309cf92469e89f3f6685;p=gcc.git (digest_init): Typo in last change. From-SVN: r3785 --- diff --git a/gcc/c-typeck.c b/gcc/c-typeck.c index 7070db9893a..e3fd8896b09 100644 --- a/gcc/c-typeck.c +++ b/gcc/c-typeck.c @@ -4903,7 +4903,7 @@ digest_init (type, init, tail, require_constant, constructor_constant, ofwhat) /* Handle scalar types, including conversions. */ if (code == INTEGER_TYPE || code == REAL_TYPE || code == POINTER_TYPE - || code == ENUMERAL_TYPE || code == COMPEX_TYPE) + || code == ENUMERAL_TYPE || code == COMPLEX_TYPE) { if (raw_constructor) {