Skip to content

Commit

Permalink
fix lying comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Ptival committed Aug 29, 2023
1 parent 0d3cb65 commit 6b8eb00
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Reopt.hs
Original file line number Diff line number Diff line change
Expand Up @@ -2090,13 +2090,13 @@ resolveArgType nm tp0 =
TypedefAnnType _ tp ->
resolveArgType nm tp

-- | This parses the types extracted from header function argumnts to
-- the machine code registers that the function will expect.
-- | This parses the types extracted from header function arguments to the
-- machine code registers that the function will expect.
argsToRegisters ::
Monad m =>
-- | Number of arguments processed so far.
Int ->
-- | Remaining arguments to parse
-- | Vector of all arguments
V.Vector AnnFunArg ->
ArgResolver m ()
argsToRegisters cnt args
Expand Down

0 comments on commit 6b8eb00

Please sign in to comment.