Skip to content

Commit

Permalink
Fix simple typo: wether -> whether (eliben#259)
Browse files Browse the repository at this point in the history
Closes eliben#258
  • Loading branch information
timgates42 authored and eliben committed Dec 16, 2019
1 parent 465a2be commit a347dbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/readelf.py
Original file line number Diff line number Diff line change
Expand Up @@ -875,7 +875,7 @@ def _symbol_version(self, nsym):

if self._versioninfo['type'] == 'GNU':
# In GNU versioning mode, the highest bit is used to
# store wether the symbol is hidden or not
# store whether the symbol is hidden or not
if index & 0x8000:
index &= ~0x8000
symbol_version['hidden'] = True
Expand Down

0 comments on commit a347dbf

Please sign in to comment.