Skip to content

Commit

Permalink
Merge pull request #377 from GaloisInc/vr/fix-doc
Browse files Browse the repository at this point in the history
fix copy-pasted docstring
  • Loading branch information
Ptival authored Apr 8, 2024
2 parents ae380e8 + 0b9d062 commit da66e03
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 da66e03

Please sign in to comment.