ConvertObj: Fix typo in comment

This commit is contained in:
Ryan Schmidt 2022-12-05 07:05:58 -06:00 committed by GitHub
parent 3e426b21ea
commit b80f694ad1
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)
};