Skip to content

Commit 2636deb

Browse files
kripkenvouillon
authored andcommitted
Update src/passes/Print.cpp
1 parent 0d17671 commit 2636deb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/passes/Print.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ struct PrintSExpression : public UnifiedExpressionVisitor<PrintSExpression> {
120120
// Keep track of the last printed debug location to avoid printing
121121
// repeated debug locations for children. nullopt means that we have
122122
// not yet printed any debug location, or that we last printed an
123-
// annotation indicating that the expression had not associated
123+
// annotation indicating that the expression had no associated
124124
// debug location.
125125
std::optional<Function::DebugLocation> lastPrintedLocation;
126126
bool debugInfo;

0 commit comments

Comments
 (0)