Skip to content

Commit 70835b9

Browse files
committed
Fix typo.
1 parent 7a0be57 commit 70835b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/SPIRV/SPIRVSubtarget.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ class SPIRVTargetMachine;
3737

3838
class SPIRVSubtarget : public SPIRVGenSubtargetInfo {
3939
public:
40-
// Enum for the SPIR-V environment: Kernel, Shader or Unkwnown.
40+
// Enum for the SPIR-V environment: Kernel, Shader or Unknown.
4141
enum SPIRVEnvType { Kernel, Shader, Unknown };
4242

4343
private:

0 commit comments

Comments
 (0)