Merge pull request #377 from GaloisInc/vr/fix-doc

fix copy-pasted docstring
This commit is contained in:
Valentin Robert 2024-04-08 11:24:20 -07:00 committed by GitHub
commit da66e03973
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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)))