dwarf,proc: fix typos in comments and error messages (#3379)

This commit is contained in:
Oleksandr Redko
2023-05-23 19:22:20 +03:00
committed by GitHub
parent e33806a3f7
commit 3b251c9dd3
6 changed files with 8 additions and 8 deletions

View File

@ -38,7 +38,7 @@ func readUintRaw(reader io.Reader, order binary.ByteOrder, ptrSize int) (uint64,
}
return n, nil
}
return 0, fmt.Errorf("not supprted ptr size %d", ptrSize)
return 0, fmt.Errorf("not supported ptr size %d", ptrSize)
}
// dynamicSearchDebug searches for the DT_DEBUG entry in the .dynamic section