Commit 410d1a45 by Steven G. Kargl Committed by Tobias Schlüter

gfortran.h (gfc_case): fix typo in comment.

2004-12-29  Steven G. Kargl  <kargls@comcast.net>

* gfortran.h (gfc_case): fix typo in comment.

From-SVN: r92695
parent 2f9742c3
2004-12-29 Steven G. Kargl <kargls@comcast.net>
* gfortran.h (gfc_case): fix typo in comment.
2004-12-27 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de> 2004-12-27 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
* trans-intrinsic.c (gfc_conv_intrinsic_ishft): Change to * trans-intrinsic.c (gfc_conv_intrinsic_ishft): Change to
......
...@@ -1173,8 +1173,8 @@ gfc_equiv; ...@@ -1173,8 +1173,8 @@ gfc_equiv;
a single value. If *high is NULL, the selection is from *low a single value. If *high is NULL, the selection is from *low
upwards, if *low is NULL the selection is *high downwards. upwards, if *low is NULL the selection is *high downwards.
This structure has separate fields to allow singe and double linked This structure has separate fields to allow single and double linked
lists of CASEs the same time. The singe linked list along the NEXT lists of CASEs at the same time. The singe linked list along the NEXT
field is a list of cases for a single CASE label. The double linked 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 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 build a table of the cases for SELECT constructs with a CHARACTER
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment