Skip to content

Commit

Permalink
Typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
sauclovian-g committed Aug 23, 2024
1 parent 5ad42f8 commit bca9f81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crucible-mir/src/Mir/Trans.hs
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ varPlace (M.Var vname _ vty _) = do
vi <- typedVarInfo vname tpr
r <- case vi of
VarReference reg -> G.readReg reg
-- TODO: these cases won't be needed once immutabe ref support is done
-- TODO: these cases won't be needed once immutable ref support is done
-- - make them report an error instead
VarRegister reg -> do
x <- G.readReg reg
Expand Down

0 comments on commit bca9f81

Please sign in to comment.