Fix some typos in documentation and comments.

This commit is contained in:
Markus F.X.J. Oberhumer
2012-03-27 02:14:03 +02:00
parent 340c3963d8
commit 82801d1411
8 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -360,7 +360,7 @@ void PackWcle::preprocessFixups()
//if (memcmp(iimage+jc+fixp2,fix+5,(fix[1] & 0x10) ? 4 : 2))
// throwCantPack("illegal fixup offset");
// work around an pmwunlite bug: remove duplicated fixups
// work around a pmwunlite bug: remove duplicated fixups
// FIXME: fix the other cases too
if (rc == 0 || get_le32(rl+4*rc-4) != jc+fixp2)
{