[flang] respond to review comments - part 2
authorEric Schweitz <eschweitz@nvidia.com>
Thu, 21 Feb 2019 19:58:59 +0000 (11:58 -0800)
committerEric Schweitz <eschweitz@nvidia.com>
Thu, 21 Feb 2019 19:58:59 +0000 (11:58 -0800)
Original-commit: flang-compiler/f18@5e4ed6a3128eb32cf93558c97ce116f7f18e4b92
Reviewed-on: https://github.com/flang-compiler/f18/pull/294
Tree-same-pre-rewrite: false

flang/lib/IntermediateRepresentation/statement.def

index 1d53389..7a24b64 100644 (file)
@@ -115,7 +115,7 @@ HANDLE_TERM_STMT(8, Unreachable, UnreachableStmt)
 LAST_TERM_STMT(8)
 
 // Standard actions - These instructions capture computations as
-// evalute::expressions
+// evaluate::expressions
 FIRST_BINARY_STMT(9)
 HANDLE_BINARY_STMT(9,  Assign,    AssignmentStmt)
 HANDLE_BINARY_STMT(10, PtrAssign, PointerAssignStmt)