Skip to content

Commit

Permalink
fix copy-pasted docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
Ptival committed Apr 8, 2024
1 parent 67f36b5 commit 0b9d062
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/src/Data/Macaw/Memory/ElfLoader.hs
Original file line number Diff line number Diff line change
Expand Up @@ -1518,7 +1518,7 @@ elfStaticSymbolTable elf = do
Left _ -> Nothing
Right v -> Just (Elf.symtabEntries v)

-- | Find and get static symbol table entries from an ELF binary.
-- | Find and get dynamic symbol table entries from an ELF binary.
elfDynamicSymbolTable :: Integral (ElfWordType w)
=> Elf.ElfHeaderInfo w
-> Maybe (V.Vector (Elf.SymtabEntry BS.ByteString (ElfWordType w)))
Expand Down

0 comments on commit 0b9d062

Please sign in to comment.