diff options
Diffstat (limited to 'gcc/ada/sem.ads')
-rw-r--r-- | gcc/ada/sem.ads | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/sem.ads b/gcc/ada/sem.ads index a88761627fe..41fc032b462 100644 --- a/gcc/ada/sem.ads +++ b/gcc/ada/sem.ads @@ -6,7 +6,7 @@ -- -- -- S p e c -- -- -- --- $Revision: 1.101 $ +-- $Revision: 1.1 $ -- -- -- Copyright (C) 1992-2001 Free Software Foundation, Inc. -- -- -- @@ -126,7 +126,7 @@ -- it up without causing too much distortion to our basic model. -- -- A switch (sede below) is set to indicate that we are in the initial --- occurence of a default expression. The analyzer is then called on this +-- occurrence of a default expression. The analyzer is then called on this -- expression with the switch set true. Analysis and resolution proceed -- almost as usual, except that Freeze_Expression will not freeze -- non-static expressions if this switch is set, and the call to Expand at |