fix typos

This commit is contained in:
RainRat
2024-05-07 01:41:41 -07:00
committed by Markus F.X.J. Oberhumer
parent 76b2cec8ee
commit 62265a1bc9
9 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -99,7 +99,7 @@ int PackHeader::getPackHeaderSize() const {
**************************************************************************/
void PackHeader::putPackHeader(SPAN_S(byte) p) const {
// NOTE: It is the caller's responsbility to ensure the buffer p has
// NOTE: It is the caller's responsibility to ensure the buffer p has
// sufficient space for the header.
assert(get_le32(p) == UPX_MAGIC_LE32);
if (get_le32(p + 4) != UPX_MAGIC2_LE32) {