Skip to content

Commit

Permalink
Fix typo: s/sentinals/sentinels/
Browse files Browse the repository at this point in the history
  • Loading branch information
fitzgen committed Jan 14, 2022
1 parent 658c5d3 commit a052285
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
src/clif.isle f176ef3bba99365
src/prelude.isle 181213982a49a4b8
src/prelude.isle 22dd5ff133398960
src/isa/aarch64/inst.isle 5fa80451697b084f
src/isa/aarch64/lower.isle 2d2e1e076a0c8a23
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
src/clif.isle f176ef3bba99365
src/prelude.isle 181213982a49a4b8
src/prelude.isle 22dd5ff133398960
src/isa/x64/inst.isle 61004acbb1289816
src/isa/x64/lower.isle 82db7f7d47ac7809
2 changes: 1 addition & 1 deletion cranelift/codegen/src/prelude.isle
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
(decl value_regs (Reg Reg) ValueRegs)
(extern constructor value_regs value_regs)

;; Construct an empty `ValueRegs` containing only invalid register sentinals.
;; Construct an empty `ValueRegs` containing only invalid register sentinels.
(decl value_regs_invalid () ValueRegs)
(extern constructor value_regs_invalid value_regs_invalid)

Expand Down

0 comments on commit a052285

Please sign in to comment.