OSDN Git Service

* gcc.dg/tree-ssa/20040204-1.c: Remove powerpc from xfail list.
[pf3gnuchains/gcc-fork.git] / gcc / mips-tfile.c
index 9b63064..4adc662 100644 (file)
@@ -737,7 +737,7 @@ typedef enum st {
   st_StaticProc        = stStaticProc, /* load time only static procs */
   st_Constant  = stConstant,   /* const */
   st_Str       = stStr,        /* string */
-  st_Number    = stNumber,     /* pure number (ie. 4 NOR 2+2) */
+  st_Number    = stNumber,     /* pure number (i.e. 4 NOR 2+2) */
   st_Expr      = stExpr,       /* 2+2 vs. 4 */
   st_Type      = stType,       /* post-coercion SER */
   st_Max       = stMax         /* max type+1 */