Skip to content

Commit dbf27a9

Browse files
committed
Fix comment
1 parent de10ce2 commit dbf27a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/codegen/src/symboltable.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1260,7 +1260,7 @@ impl SymbolTableBuilder {
12601260
table.symbols.entry(name.into_owned()).or_insert(symbol)
12611261
};
12621262

1263-
// Set proper flags on symbol:
1263+
// Set proper scope and flags on symbol:
12641264
match role {
12651265
SymbolUsage::Nonlocal => {
12661266
symbol.scope = SymbolScope::Free;

0 commit comments

Comments
 (0)