[PATCH,gfortran] typo in comment
Steve Kargl
sgk@troutmask.apl.washington.edu
Wed Dec 29 02:41:00 GMT 2004
This can be committed by anyone with a commit bit
under the "obiviously correct" rule.
2004-12-28 Steven G. Kargl <kargls@comcast.net>
* gfortran.h: typo in comment
--
Steve
-------------- next part --------------
Index: gfortran.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/fortran/gfortran.h,v
retrieving revision 1.47
diff -u -b -u -r1.47 gfortran.h
--- gfortran.h 15 Dec 2004 03:56:05 -0000 1.47
+++ gfortran.h 29 Dec 2004 02:37:02 -0000
@@ -1173,8 +1173,8 @@
a single value. If *high is NULL, the selection is from *low
upwards, if *low is NULL the selection is *high downwards.
- This structure has separate fields to allow singe and double linked
- lists of CASEs the same time. The singe linked list along the NEXT
+ This structure has separate fields to allow single and double linked
+ lists of CASEs at the same time. The single linked list along the NEXT
field is a list of cases for a single CASE label. The double linked
list along the LEFT/RIGHT fields is used to detect overlap and to
build a table of the cases for SELECT constructs with a CHARACTER
More information about the Fortran
mailing list