compiler: Updated toolchain for proper byte literal support
[nit.git] / src / frontend / div_by_zero.nit
index 1e187e2..b7426e1 100644 (file)
@@ -66,7 +66,7 @@ private class DivByZeroVisitor
                # 1. We need a `/` operation
                if not node isa ASlashExpr then return
 
-               # 2. The second operand must be a integer literal
+               # 2. The second operand must be an integer literal
                var op2 = node.n_expr2
                if not op2 isa AIntExpr then return