Skip to content

Commit

Permalink
Documentation tweaks
Browse files Browse the repository at this point in the history
Co-authored-by: Ryan Scott <[email protected]>
  • Loading branch information
langston-barrett and RyanGlScott authored Nov 2, 2023
1 parent b48d753 commit adcb3f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crucible-llvm-syntax/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ If the numeral `w` is the width of a pointer and `n` is an arbitrary numeral,

## Further extensions

The parser hooks can be further customized by passing yet another `ParserHooks`
The LLVM parser hooks can be further customized by passing yet another `ParserHooks`
to them. The `TypeAlias` module implements one such example, for translating
types like `Long` into `(Ptr n)` or `(Bitvector n)` for appropriate `n`.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ data TypeAlias = Byte | Int | Long | PidT | Pointer | Short | SizeT | UidT
-- represents.
newtype TypeLookup = TypeLookup (TypeAlias -> (Some LCT.TypeRepr))

-- | A lookup function from 'AFE.TypeAlias' to types with the appropriate width
-- | A lookup function from 'TypeAlias' to types with the appropriate width
-- on Arm32 Linux.
aarch32LinuxTypes :: TypeLookup
aarch32LinuxTypes =
Expand Down

0 comments on commit adcb3f6

Please sign in to comment.