Skip to content

Commit

Permalink
Typo fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
lfrenot committed Dec 17, 2024
1 parent 84df9be commit b0de2a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/lean/bitfield.expected.lean
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import Sail.Sail

structure cr_type where
structure cr_type where
bits : BitVec 8


Expand Down
2 changes: 1 addition & 1 deletion test/lean/typquant.expected.lean
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import Sail.sail
import Sail.Sail

def foo (n : Int) : BitVec 4 :=
(0xF : BitVec 4)
Expand Down

0 comments on commit b0de2a6

Please sign in to comment.