Commit to fortran/expr.c

Steve Kargl sgk@troutmask.apl.washington.edu
Mon Feb 21 07:37:00 GMT 2005


Committed under the obviously correct rule.

2005-02-20  Steven G. Kargl  <kargls@comcast.net>

        * expr.c (gfc_type_convert_binary): Typo in comment.

-- 
Steve
-------------- next part --------------
Index: expr.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/fortran/expr.c,v
retrieving revision 1.21
diff -u -u -r1.21 expr.c
--- expr.c	8 Feb 2005 13:40:59 -0000	1.21
+++ expr.c	20 Feb 2005 18:24:58 -0000
@@ -618,7 +618,7 @@
     {
       e->ts = op1->ts;
 
-      /* Special cose for ** operator.  */
+      /* Special case for ** operator.  */
       if (e->operator == INTRINSIC_POWER)
 	goto done;
 


More information about the Gcc-patches mailing list