From b80f694ad1218f485bc335acc0c6dd179b7d62ac Mon Sep 17 00:00:00 2001 From: Ryan Schmidt Date: Mon, 5 Dec 2022 07:05:58 -0600 Subject: [PATCH] ConvertObj: Fix typo in comment --- ConvertObj/ConvertObj.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ConvertObj/ConvertObj.cc b/ConvertObj/ConvertObj.cc index f026c7f9c0..11ce034239 100644 --- a/ConvertObj/ConvertObj.cc +++ b/ConvertObj/ConvertObj.cc @@ -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) };