We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a0be57 commit 70835b9Copy full SHA for 70835b9
llvm/lib/Target/SPIRV/SPIRVSubtarget.h
@@ -37,7 +37,7 @@ class SPIRVTargetMachine;
37
38
class SPIRVSubtarget : public SPIRVGenSubtargetInfo {
39
public:
40
- // Enum for the SPIR-V environment: Kernel, Shader or Unkwnown.
+ // Enum for the SPIR-V environment: Kernel, Shader or Unknown.
41
enum SPIRVEnvType { Kernel, Shader, Unknown };
42
43
private:
0 commit comments