Skip to content

Commit d95c557

Browse files
authored
Update src/passes/Print.cpp
1 parent ed99104 commit d95c557

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)