Changeset bc4bea8


Ignore:
Timestamp:
Jun 4, 2019, 3:44:21 PM (5 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
4741dfe
Parents:
98a8290
Message:

Fixed typo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/InitTweak/FixInit.cc

    r98a8290 rbc4bea8  
    716716
    717717                                if(!stmtExpr->resultExpr) {
    718                                         SemanticError(stmtExpr, "Statment-Expression should have a resulting expression");
     718                                        SemanticError(stmtExpr, "Statement-Expression should have a resulting expression");
    719719                                }
    720720                                ExprStmt * last = stmtExpr->resultExpr;
Note: See TracChangeset for help on using the changeset viewer.