[NFC] Updating an incorrect code comment
authorChris Bieneman <chris.bieneman@me.com>
Wed, 19 Oct 2022 15:52:17 +0000 (10:52 -0500)
committerChris Bieneman <chris.bieneman@me.com>
Wed, 19 Oct 2022 17:34:56 +0000 (12:34 -0500)
This slipped in by accident.

llvm/include/llvm/BinaryFormat/DXContainer.h

index f065152..ad921d6 100644 (file)
@@ -47,7 +47,7 @@ enum class HashFlags : uint32_t {
 };
 
 struct ShaderHash {
-  uint32_t Flags; // DxilShaderHashFlags
+  uint32_t Flags; // dxbc::HashFlags
   uint8_t Digest[16];
 
   void swapBytes() { sys::swapByteOrder(Flags); }