Skip to content

Commit

Permalink
Fix typo in haddock comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Huffman committed Jan 9, 2019
1 parent 06baf88 commit 1a0bd90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crucible-jvm/src/Lang/Crucible/JVM/Translation.hs
Original file line number Diff line number Diff line change
Expand Up @@ -2029,7 +2029,7 @@ instance IsCodebase JCB.Codebase where
in throwIOExecException msg res


-- | Atempt to find class with given name, or throw 'ExecException' if no class
-- | Attempt to find class with given name, or throw 'ExecException' if no class
-- with that name exists. Class name should be in slash-separated form.
cbLookupClass :: JCB.Codebase -> J.ClassName -> IO J.Class
cbLookupClass cb nm = do
Expand Down

0 comments on commit 1a0bd90

Please sign in to comment.