Skip to content

Commit 6b3b85a

Browse files
committed
Update comment
1 parent 498fd6d commit 6b3b85a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/integration/expr.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ function adjust_macro_name!(retexpr::Union{Expr, Symbol}, k::Kind)
318318
end
319319
end
320320

321-
# Split out from the above for codesize reasons, to avoid specialization on multiple
321+
# Split out from `node_to_expr` for codesize reasons, to avoid specialization on multiple
322322
# tree types.
323323
@noinline function _node_to_expr(retexpr::Expr, loc::LineNumberNode,
324324
srcrange::UnitRange{UInt32},

0 commit comments

Comments
 (0)