Merge pull request #203 from ryandesign/patch-1

ConvertObj: Fix typo in comment
This commit is contained in:
Wolfgang Thaller 2022-12-29 20:49:23 +01:00 committed by GitHub
commit 5f88250601
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ enum ReferenceFlags { // flags field of kReference
kUnknownReferenceFlags = 0x6E // rather a lot, isn't it?
// The following flags are known to exist from DumpOBJ,
// but their value is unkown as I haven't actually seen them yet:
// but their value is unknown as I haven't actually seen them yet:
// k32BitOffsets (default k16BitOffsets)
};