Fix comment

This commit is contained in:
yt2b 2022-11-27 23:46:45 +09:00
parent eee3c03042
commit 7dccce5e20

View file

@ -1260,7 +1260,7 @@ impl SymbolTableBuilder {
table.symbols.entry(name.into_owned()).or_insert(symbol)
};
// Set proper flags on symbol:
// Set proper scope and flags on symbol:
match role {
SymbolUsage::Nonlocal => {
symbol.scope = SymbolScope::Free;