Changeset 7bb55ae in OpenModelica


Ignore:
Timestamp:
2021-11-23T18:40:13+01:00 (2 years ago)
Author:
GitHub <noreply@…>
Branches:
maintenance/v1.19, maintenance/v1.20, maintenance/v1.21, maintenance/v1.22, maintenance/v1.23, master, omlib-staging
Children:
2f917908, a1b67a1, ddbf8e2
Parents:
953d678e
git-author:
perost <perost86@…> (11/23/21 18:40:13)
git-committer:
GitHub <noreply@…> (11/23/21 18:40:13)
Message:

Fix typo (#8208)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • OMCompiler/Compiler/FrontEnd/DAE.mo

    r25b5073b r7bb55ae  
    270270  end WHEN_EQUATION;
    271271
    272   record INITIAL_FOR_EQUATION " a for-equation"
     272  record INITIAL_FOR_EQUATION " an initial for-equation"
    273273    Type type_ "this is the type of the iterator";
    274274    Boolean iterIsArray "True if the iterator has an array type, otherwise false.";
     
    280280  end INITIAL_FOR_EQUATION;
    281281
    282   record FOR_EQUATION " an initial for-equation"
     282  record FOR_EQUATION " a for-equation"
    283283    Type type_ "this is the type of the iterator";
    284284    Boolean iterIsArray "True if the iterator has an array type, otherwise false.";
Note: See TracChangeset for help on using the changeset viewer.